diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-09-24 11:05:01 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-09-24 11:05:01 +0000 |
commit | f7dd41f7471753842967c00974dfba59082aee60 (patch) | |
tree | db0653e134fb6243e1b5babf70888687c8912915 /x11-misc/alltray | |
parent | Added to ~ppc. (diff) | |
download | gentoo-2-f7dd41f7471753842967c00974dfba59082aee60.tar.gz gentoo-2-f7dd41f7471753842967c00974dfba59082aee60.tar.bz2 gentoo-2-f7dd41f7471753842967c00974dfba59082aee60.zip |
Remove LIBDIR workaround, it has been fixed upstream.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'x11-misc/alltray')
-rw-r--r-- | x11-misc/alltray/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/alltray/alltray-0.62.ebuild | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/x11-misc/alltray/ChangeLog b/x11-misc/alltray/ChangeLog index b84a7ee9d98d..17a361916d43 100644 --- a/x11-misc/alltray/ChangeLog +++ b/x11-misc/alltray/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/alltray # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/ChangeLog,v 1.18 2005/09/24 00:15:38 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/ChangeLog,v 1.19 2005/09/24 11:05:01 swegener Exp $ + + 24 Sep 2005; Sven Wegener <swegener@gentoo.org> alltray-0.62.ebuild: + Remove LIBDIR workaround, it has been fixed upstream. *alltray-0.62 (24 Sep 2005) diff --git a/x11-misc/alltray/alltray-0.62.ebuild b/x11-misc/alltray/alltray-0.62.ebuild index fd60e3c318e2..1c8f9959271b 100644 --- a/x11-misc/alltray/alltray-0.62.ebuild +++ b/x11-misc/alltray/alltray-0.62.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/alltray-0.62.ebuild,v 1.1 2005/09/24 00:15:38 swegener Exp $ - -inherit flag-o-matic +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/alltray-0.62.ebuild,v 1.2 2005/09/24 11:05:01 swegener Exp $ DESCRIPTION="Dock any application into the system tray/notification area" HOMEPAGE="http://alltray.sourceforge.net/" @@ -18,8 +16,6 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_compile() { - append-flags -DLIBDIR="'\"/usr/$(get_libdir)\"'" - econf || die "econf failed" emake X_CFLAGS="-fPIC" || die "emake failed" } |