diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 12:01:14 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 12:01:14 +0000 |
commit | f347e1680c6214902bca4fce3a4a3758ad4ce460 (patch) | |
tree | 55ed4099f9ce7e53513d628b5f2053ccccf31131 /x11-misc/suxpanel | |
parent | Add missing x11-libs/libXpm to DEPEND, see bug #150812. (diff) | |
download | historical-f347e1680c6214902bca4fce3a4a3758ad4ce460.tar.gz historical-f347e1680c6214902bca4fce3a4a3758ad4ce460.tar.bz2 historical-f347e1680c6214902bca4fce3a4a3758ad4ce460.zip |
Add missing dev-util/pkgconfig to DEPEND, see bug #150813.
Package-Manager: portage-2.1.2_pre2-r8
Diffstat (limited to 'x11-misc/suxpanel')
-rw-r--r-- | x11-misc/suxpanel/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/suxpanel/suxpanel-0.4a.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/suxpanel/ChangeLog b/x11-misc/suxpanel/ChangeLog index aefd1ec6f2ed..0db0e9ddd565 100644 --- a/x11-misc/suxpanel/ChangeLog +++ b/x11-misc/suxpanel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/suxpanel -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/ChangeLog,v 1.2 2005/11/03 13:10:41 nelchael Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/ChangeLog,v 1.3 2006/10/11 12:01:14 nelchael Exp $ + + 11 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> suxpanel-0.4a.ebuild: + Add missing dev-util/pkgconfig to DEPEND, see bug #150813. 03 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> suxpanel-0.4a.ebuild: Stable on x86. diff --git a/x11-misc/suxpanel/suxpanel-0.4a.ebuild b/x11-misc/suxpanel/suxpanel-0.4a.ebuild index 3bde59c62c0b..a543913c60e9 100644 --- a/x11-misc/suxpanel/suxpanel-0.4a.ebuild +++ b/x11-misc/suxpanel/suxpanel-0.4a.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/suxpanel/suxpanel-0.4a.ebuild,v 1.2 2005/11/03 13:10:41 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/suxpanel-0.4a.ebuild,v 1.3 2006/10/11 12:01:14 nelchael Exp $ inherit eutils @@ -15,7 +15,8 @@ IUSE="" DEPEND=">=x11-libs/gtk+-2 >=sys-apps/sed-4 - x11-libs/libwnck" + x11-libs/libwnck + dev-util/pkgconfig" src_unpack() { unpack ${A} |