diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-07-31 22:41:49 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-07-31 22:41:49 +0000 |
commit | bbdfa21ac75ccac10a05053cf94abcd7b57ed1d0 (patch) | |
tree | 6950830cc187c115640d8ed252a04a4112fda63f /x11-misc | |
parent | Remove warning about AddARGBGLXVisuals. #427608 (diff) | |
download | gentoo-2-bbdfa21ac75ccac10a05053cf94abcd7b57ed1d0.tar.gz gentoo-2-bbdfa21ac75ccac10a05053cf94abcd7b57ed1d0.tar.bz2 gentoo-2-bbdfa21ac75ccac10a05053cf94abcd7b57ed1d0.zip |
fix underlinking wrt #379661
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/parcellite/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/parcellite/parcellite-0.9.1.ebuild | 5 | ||||
-rw-r--r-- | x11-misc/parcellite/parcellite-1.0.1.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-misc/parcellite/ChangeLog b/x11-misc/parcellite/ChangeLog index 651418866505..496b828d3f37 100644 --- a/x11-misc/parcellite/ChangeLog +++ b/x11-misc/parcellite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/parcellite # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.18 2012/05/05 04:53:44 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.19 2012/07/31 22:41:49 hasufell Exp $ + + 31 Jul 2012; Julian Ospald <hasufell@gentoo.org> parcellite-0.9.1.ebuild, + parcellite-1.0.1.ebuild: + fix underlinking wrt #379661 05 May 2012; Jeff Horelick <jdhore@gentoo.org> parcellite-0.9.1.ebuild, parcellite-1.0.1.ebuild: diff --git a/x11-misc/parcellite/parcellite-0.9.1.ebuild b/x11-misc/parcellite/parcellite-0.9.1.ebuild index bafe55e0c251..da6af8c6fdbf 100644 --- a/x11-misc/parcellite/parcellite-0.9.1.ebuild +++ b/x11-misc/parcellite/parcellite-0.9.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-0.9.1.ebuild,v 1.4 2012/05/05 04:53:44 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-0.9.1.ebuild,v 1.5 2012/07/31 22:41:49 hasufell Exp $ EAPI=2 -inherit fdo-mime +inherit fdo-mime flag-o-matic DESCRIPTION="A lightweight GTK+ based clipboard manager." HOMEPAGE="http://parcellite.sourceforge.net/" @@ -22,6 +22,7 @@ DEPEND="${RDEPEND} dev-util/intltool )" src_configure() { + append-libs -lX11 econf --disable-dependency-tracking $(use_enable nls) } diff --git a/x11-misc/parcellite/parcellite-1.0.1.ebuild b/x11-misc/parcellite/parcellite-1.0.1.ebuild index a692adeaacf4..75eb8ab5b06a 100644 --- a/x11-misc/parcellite/parcellite-1.0.1.ebuild +++ b/x11-misc/parcellite/parcellite-1.0.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.0.1.ebuild,v 1.2 2012/05/05 04:53:44 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.0.1.ebuild,v 1.3 2012/07/31 22:41:49 hasufell Exp $ EAPI=2 -inherit fdo-mime autotools +inherit fdo-mime flag-o-matic autotools DESCRIPTION="A lightweight GTK+ based clipboard manager." HOMEPAGE="http://parcellite.sourceforge.net/" @@ -26,6 +26,7 @@ src_prepare() { } src_configure() { + append-libs -lX11 econf \ --disable-dependency-tracking \ $(use_enable nls) |