diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-01-28 12:57:51 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-01-28 12:57:51 +0000 |
commit | 487e09d9bedb0c99ea3b76aca36f94b0d8ea54fc (patch) | |
tree | 34fe7d440f78a558ce32921faa4837c205a1442d /net-p2p/pandodl | |
parent | Make sure we dont install libss.a as well as pointed out by Jakub. (diff) | |
download | gentoo-2-487e09d9bedb0c99ea3b76aca36f94b0d8ea54fc.tar.gz gentoo-2-487e09d9bedb0c99ea3b76aca36f94b0d8ea54fc.tar.bz2 gentoo-2-487e09d9bedb0c99ea3b76aca36f94b0d8ea54fc.zip |
Add libXinerama to RDEPEND to workaround #207880.
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-p2p/pandodl')
-rw-r--r-- | net-p2p/pandodl/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/pandodl/pandodl-0.9.2.0.ebuild | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-p2p/pandodl/ChangeLog b/net-p2p/pandodl/ChangeLog index 230f52d992bf..f42cd759efca 100644 --- a/net-p2p/pandodl/ChangeLog +++ b/net-p2p/pandodl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/pandodl -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/pandodl/ChangeLog,v 1.2 2007/12/28 13:36:21 coldwind Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/pandodl/ChangeLog,v 1.3 2008/01/28 12:57:51 coldwind Exp $ + + 28 Jan 2008; Santiago M. Mola <coldwind@gentoo.org> + pandodl-0.9.2.0.ebuild: + Add libXinerama to RDEPEND to workaround #207880. *pandodl-0.9.2.0 (13 Dec 2007) diff --git a/net-p2p/pandodl/pandodl-0.9.2.0.ebuild b/net-p2p/pandodl/pandodl-0.9.2.0.ebuild index 8c53f251af8e..8fb4043c4010 100644 --- a/net-p2p/pandodl/pandodl-0.9.2.0.ebuild +++ b/net-p2p/pandodl/pandodl-0.9.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/pandodl/pandodl-0.9.2.0.ebuild,v 1.1 2007/12/28 13:36:21 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/pandodl/pandodl-0.9.2.0.ebuild,v 1.2 2008/01/28 12:57:51 coldwind Exp $ inherit eutils @@ -21,6 +21,7 @@ RDEPEND=" x86? ( sys-libs/libstdc++-v3 >=x11-libs/gtk+-2.6 + x11-libs/libXinerama ) amd64? ( app-emulation/emul-linux-x86-baselibs @@ -28,6 +29,7 @@ RDEPEND=" app-emulation/emul-linux-x86-xlibs )" # >=dev-libs/expat-2.0.0: shipped with pandolibs tarball. +# Probably pandolibs shouldn't depend on libXinerama, #207880 S=${WORKDIR}/${PN} |