diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 13:00:23 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 13:00:23 +0000 |
commit | 708e5a797bb7285e066ed429fa7447c5fa3bac44 (patch) | |
tree | 36accfe61998a93b201c7e811dded8698021174d /x11-misc/iconbox | |
parent | Fixed DEPEND for modular X. (diff) | |
download | gentoo-2-708e5a797bb7285e066ed429fa7447c5fa3bac44.tar.gz gentoo-2-708e5a797bb7285e066ed429fa7447c5fa3bac44.tar.bz2 gentoo-2-708e5a797bb7285e066ed429fa7447c5fa3bac44.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/iconbox')
-rw-r--r-- | x11-misc/iconbox/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/iconbox/iconbox-0.2.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-misc/iconbox/ChangeLog b/x11-misc/iconbox/ChangeLog index 3a497d20668f..ca241a214194 100644 --- a/x11-misc/iconbox/ChangeLog +++ b/x11-misc/iconbox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/iconbox -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/iconbox/ChangeLog,v 1.4 2005/07/10 18:43:48 smithj Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/iconbox/ChangeLog,v 1.5 2006/01/21 12:58:15 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> iconbox-0.2.ebuild: + Fixed DEPEND for modular X. 10 Jul 2005; Jonathan Smith <smithj@gentoo.org> iconbox-0.2.ebuild: #98575: added dev-perl/gtk2-perl as a dep... no idea how i missed it the diff --git a/x11-misc/iconbox/iconbox-0.2.ebuild b/x11-misc/iconbox/iconbox-0.2.ebuild index f0a2b5839438..333cf053a1fc 100644 --- a/x11-misc/iconbox/iconbox-0.2.ebuild +++ b/x11-misc/iconbox/iconbox-0.2.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/iconbox/iconbox-0.2.ebuild,v 1.4 2005/07/10 18:43:48 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/iconbox/iconbox-0.2.ebuild,v 1.5 2006/01/21 12:58:15 nelchael Exp $ MY_P="${P/-/_}" @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="virtual/x11 - =x11-libs/gtk+-2* +DEPEND="=x11-libs/gtk+-2* dev-perl/gtk2-perl" src_compile() { |