diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 12:06:01 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 12:06:01 +0000 |
commit | 1d5ebb1dddc4876be92ef0ae5133c0c86796cf78 (patch) | |
tree | 11cd8ff0c436f90cf19a0929a553e54959cf7e8e /x11-misc/wmakerconf | |
parent | Add missing dev-util/pkgconfig to DEPEND, see bug #150816. (diff) | |
download | gentoo-2-1d5ebb1dddc4876be92ef0ae5133c0c86796cf78.tar.gz gentoo-2-1d5ebb1dddc4876be92ef0ae5133c0c86796cf78.tar.bz2 gentoo-2-1d5ebb1dddc4876be92ef0ae5133c0c86796cf78.zip |
Add missing dev-util/pkgconfig to DEPEND, see bug #150817.
(Portage version: 2.1.2_pre2-r8)
Diffstat (limited to 'x11-misc/wmakerconf')
-rw-r--r-- | x11-misc/wmakerconf/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.11.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/wmakerconf/ChangeLog b/x11-misc/wmakerconf/ChangeLog index fe66192c8398..61416ebff67f 100644 --- a/x11-misc/wmakerconf/ChangeLog +++ b/x11-misc/wmakerconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/wmakerconf # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.30 2006/01/21 13:49:41 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.31 2006/10/11 12:06:01 nelchael Exp $ + + 11 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmakerconf-2.11.ebuild: + Add missing dev-util/pkgconfig to DEPEND, see bug #150817. 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -wmakerconf-2.8.1-r2.ebuild, -wmakerconf-2.9.2.ebuild: diff --git a/x11-misc/wmakerconf/wmakerconf-2.11.ebuild b/x11-misc/wmakerconf/wmakerconf-2.11.ebuild index 795f910ea1d0..6b463a949625 100644 --- a/x11-misc/wmakerconf/wmakerconf-2.11.ebuild +++ b/x11-misc/wmakerconf/wmakerconf-2.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.11.ebuild,v 1.8 2005/12/24 15:46:42 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.11.ebuild,v 1.9 2006/10/11 12:06:01 nelchael Exp $ inherit eutils @@ -15,6 +15,7 @@ KEYWORDS="amd64 ppc sparc x86" IUSE="nls imlib perl" DEPEND="=x11-libs/gtk+-2* + dev-util/pkgconfig >=x11-wm/windowmaker-0.90.0 imlib? ( media-libs/imlib )" |