diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2006-10-27 08:25:42 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2006-10-27 08:25:42 +0000 |
commit | da961addd5e91786aedab0b92d559a5ca8167188 (patch) | |
tree | fe088fa5a4b441bda369a601796dc74ac5b909fb /x11-plugins | |
parent | Version bumped. (diff) | |
download | gentoo-2-da961addd5e91786aedab0b92d559a5ca8167188.tar.gz gentoo-2-da961addd5e91786aedab0b92d559a5ca8167188.tar.bz2 gentoo-2-da961addd5e91786aedab0b92d559a5ca8167188.zip |
Added missing pkgconfig dependancy. Closes bug #150649
(Portage version: 2.1.1)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmcoincoin/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmcoincoin/wmcoincoin-2.5.0g.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-plugins/wmcoincoin/ChangeLog b/x11-plugins/wmcoincoin/ChangeLog index b0ff1b4665fa..8f0bd789a569 100644 --- a/x11-plugins/wmcoincoin/ChangeLog +++ b/x11-plugins/wmcoincoin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmcoincoin # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog,v 1.17 2006/07/13 13:16:12 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog,v 1.18 2006/10/27 08:25:42 s4t4n Exp $ + + 27 Oct 2006; Michele Noberasco <s4t4n@gentoo.org> wmcoincoin-2.5.0g.ebuild: + Added missing pkgconfig dependancy. Closes bug #150649. 13 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> -wmcoincoin-2.5.0c.ebuild: diff --git a/x11-plugins/wmcoincoin/wmcoincoin-2.5.0g.ebuild b/x11-plugins/wmcoincoin/wmcoincoin-2.5.0g.ebuild index c526bff8fb67..2976328dd240 100644 --- a/x11-plugins/wmcoincoin/wmcoincoin-2.5.0g.ebuild +++ b/x11-plugins/wmcoincoin/wmcoincoin-2.5.0g.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.5.0g.ebuild,v 1.6 2006/02/07 21:13:29 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.5.0g.ebuild,v 1.7 2006/10/27 08:25:42 s4t4n Exp $ IUSE="" @@ -12,9 +12,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -DEPEND="=x11-libs/gtk+-2* +RDEPEND="=x11-libs/gtk+-2* media-libs/imlib2" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.20" + src_install () { einstall || die "make install failed" |