diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 12:04:26 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 12:04:26 +0000 |
commit | d927639988719f0578494c12da3c160f36925f92 (patch) | |
tree | be5a13ac17a9c421b4d67cfdac0dbaa7f59cba0e /x11-misc/wininfo | |
parent | Add dev-util/pkgconfig dependency as per bug #150792. Spotted by Patrick Laue... (diff) | |
download | gentoo-2-d927639988719f0578494c12da3c160f36925f92.tar.gz gentoo-2-d927639988719f0578494c12da3c160f36925f92.tar.bz2 gentoo-2-d927639988719f0578494c12da3c160f36925f92.zip |
Add missing dev-util/pkgconfig to DEPEND, see bug #150816.
(Portage version: 2.1.2_pre2-r8)
Diffstat (limited to 'x11-misc/wininfo')
-rw-r--r-- | x11-misc/wininfo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/wininfo/wininfo-0.7.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-misc/wininfo/ChangeLog b/x11-misc/wininfo/ChangeLog index aee7f045729d..9dcc7ca15012 100644 --- a/x11-misc/wininfo/ChangeLog +++ b/x11-misc/wininfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/wininfo # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v 1.8 2006/07/01 19:12:13 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v 1.9 2006/10/11 12:04:26 nelchael Exp $ + + 11 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> wininfo-0.7.ebuild: + Add missing dev-util/pkgconfig to DEPEND, see bug #150816. 01 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> wininfo-0.7.ebuild: Fixed install, thanks to James Rowe <jnrowe@ukfsn.org>, see bug #138138. diff --git a/x11-misc/wininfo/wininfo-0.7.ebuild b/x11-misc/wininfo/wininfo-0.7.ebuild index f049f0755e59..d420dca84c93 100644 --- a/x11-misc/wininfo/wininfo-0.7.ebuild +++ b/x11-misc/wininfo/wininfo-0.7.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-misc/wininfo/wininfo-0.7.ebuild,v 1.9 2006/07/01 19:12:13 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.10 2006/10/11 12:04:26 nelchael Exp $ IUSE="" @@ -10,7 +10,9 @@ SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc x86" -DEPEND=">=x11-libs/gtk+-2" + +DEPEND=">=x11-libs/gtk+-2 + dev-util/pkgconfig" src_install() { emake DESTDIR=${D} install |