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 | 144002a3d84ea526892b22a0afcc2c2ec252edf6 (patch) | |
tree | 7b056271348f436d80360d0acff2f7e268b33de2 /x11-misc | |
parent | Marked ~hppa (bug #144414). (diff) | |
download | gentoo-2-144002a3d84ea526892b22a0afcc2c2ec252edf6.tar.gz gentoo-2-144002a3d84ea526892b22a0afcc2c2ec252edf6.tar.bz2 gentoo-2-144002a3d84ea526892b22a0afcc2c2ec252edf6.zip |
Add missing dev-util/pkgconfig to DEPEND, see bug #150813.
(Portage version: 2.1.2_pre2-r8)
Diffstat (limited to 'x11-misc')
-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} |