summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/notecase/notecase-1.3.6.ebuild')
-rw-r--r--app-misc/notecase/notecase-1.3.6.ebuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/app-misc/notecase/notecase-1.3.6.ebuild b/app-misc/notecase/notecase-1.3.6.ebuild
index 98954e2a7..31a6381e9 100644
--- a/app-misc/notecase/notecase-1.3.6.ebuild
+++ b/app-misc/notecase/notecase-1.3.6.ebuild
@@ -2,8 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit eutils
-
DESCRIPTION="Hierarchical note manager written using GTK+ and C++"
HOMEPAGE="http://notecase.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}_src.tar.gz"
@@ -30,10 +28,6 @@ src_unpack() {
# Respect CFLAGS and don't use --as-needed by default
epatch "${FILESDIR}/${P}-CFLAGS.patch"
- # Fix multilib
- sed -i -e "s#/lib/#/$(get_libdir)/#" "${S}/Makefile" \
- || die "multilib sed failed"
-
if ! use gnome; then
# Comment variable in the Makefile if we don't have gnome
sed -i -e 's/HAVE_GNOME_VFS=1/#HAVE_GNOME_VFS=1/g' Makefile || \