diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-06-24 02:12:24 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-06-24 02:12:24 +0000 |
commit | 6483f7c12439a07951249425bdd7816d654cb704 (patch) | |
tree | 5c3959ea492eecdda9c6be199b2d991e9d64c429 /x11-libs/compiz-bcop | |
parent | add pkgconfig dep to libcompizconfig (diff) | |
download | gentoo-2-6483f7c12439a07951249425bdd7816d654cb704.tar.gz gentoo-2-6483f7c12439a07951249425bdd7816d654cb704.tar.bz2 gentoo-2-6483f7c12439a07951249425bdd7816d654cb704.zip |
compiz-bcop: add pkgconfig dep
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
Diffstat (limited to 'x11-libs/compiz-bcop')
-rw-r--r-- | x11-libs/compiz-bcop/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-libs/compiz-bcop/ChangeLog b/x11-libs/compiz-bcop/ChangeLog index 11f791cbf2e4..975e8c0a25a9 100644 --- a/x11-libs/compiz-bcop/ChangeLog +++ b/x11-libs/compiz-bcop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/compiz-bcop -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/ChangeLog,v 1.4 2007/10/25 13:58:39 tester Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/ChangeLog,v 1.5 2008/06/24 02:12:24 hanno Exp $ + + 24 Jun 2008; Hanno Boeck <hanno@gentoo.org> compiz-bcop-0.6.0.ebuild: + Add pkgconfig dep. 25 Oct 2007; Olivier Crête <tester@gentoo.org> compiz-bcop-0.6.0.ebuild: Marked ~amd64 diff --git a/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild b/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild index 3d19f470befc..69fba0c749cd 100644 --- a/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild +++ b/x11-libs/compiz-bcop/compiz-bcop-0.6.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/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild,v 1.4 2007/10/25 13:58:39 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild,v 1.5 2008/06/24 02:12:24 hanno Exp $ DESCRIPTION="Compiz option code generator" HOMEPAGE="http://compiz-fusion.org" @@ -11,7 +11,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="dev-libs/libxslt" +RDEPEND="dev-libs/libxslt" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_install() { emake DESTDIR="${D}" install || die "make install failed" |