diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2007-01-26 14:43:53 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2007-01-26 14:43:53 +0000 |
commit | d257b6121ff8f81b93955a846579dc27240dae12 (patch) | |
tree | 49c899f377d9a7255f1cbb36143614b0c39af590 /x11-plugins/bfm | |
parent | amd64 stable, bug 160130 (diff) | |
download | gentoo-2-d257b6121ff8f81b93955a846579dc27240dae12.tar.gz gentoo-2-d257b6121ff8f81b93955a846579dc27240dae12.tar.bz2 gentoo-2-d257b6121ff8f81b93955a846579dc27240dae12.zip |
Added missing pkgconfig dependancy. Closes bug #150638
(Portage version: 2.1.1-r2)
Diffstat (limited to 'x11-plugins/bfm')
-rw-r--r-- | x11-plugins/bfm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/bfm/bfm-0.6.4.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-plugins/bfm/ChangeLog b/x11-plugins/bfm/ChangeLog index e42443591ef7..7562fe74969c 100644 --- a/x11-plugins/bfm/ChangeLog +++ b/x11-plugins/bfm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/bfm # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.4 2006/06/18 14:46:18 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.5 2007/01/26 14:43:53 s4t4n Exp $ + + 26 Jan 2006; Michele Noberasco <s4t4n@gentoo.org> bfm-0.6.4.ebuild: + Added missing pkgconfig dependancy. Closes bug #150638. 18 Jun 2006; <malc@gentoo.org> bfm-0.6.4.ebuild: ~amd64 goodness - bug #131712 diff --git a/x11-plugins/bfm/bfm-0.6.4.ebuild b/x11-plugins/bfm/bfm-0.6.4.ebuild index 61f83c20f685..cb8175515530 100644 --- a/x11-plugins/bfm/bfm-0.6.4.ebuild +++ b/x11-plugins/bfm/bfm-0.6.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4.ebuild,v 1.4 2006/06/18 14:46:18 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4.ebuild,v 1.5 2007/01/26 14:43:53 s4t4n Exp $ inherit eutils @@ -14,7 +14,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc x86" -DEPEND=">=x11-libs/gtk+-2.4.9-r1" +RDEPEND=">=x11-libs/gtk+-2.4.9-r1" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_unpack() { |