diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-07-10 18:43:48 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-07-10 18:43:48 +0000 |
commit | a1b3992edc18b792f7db3856ef7ed41ed003337c (patch) | |
tree | bcd30b10683585bb0b7eff8250f944d6ce2c6e6c /x11-misc/iconbox | |
parent | Pruned old ebuilds. (diff) | |
download | gentoo-2-a1b3992edc18b792f7db3856ef7ed41ed003337c.tar.gz gentoo-2-a1b3992edc18b792f7db3856ef7ed41ed003337c.tar.bz2 gentoo-2-a1b3992edc18b792f7db3856ef7ed41ed003337c.zip |
#98575: added dev-perl/gtk2-perl as a dep... no idea how i missed it the first time
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/iconbox')
-rw-r--r-- | x11-misc/iconbox/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/iconbox/iconbox-0.2.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-misc/iconbox/ChangeLog b/x11-misc/iconbox/ChangeLog index 9f63239ec9da..3a497d20668f 100644 --- a/x11-misc/iconbox/ChangeLog +++ b/x11-misc/iconbox/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2005/07/09 07:22:22 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/iconbox/ChangeLog,v 1.4 2005/07/10 18:43:48 smithj Exp $ + + 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 + first time 09 Jul 2005; Jonathan Smith <smithj@gentoo.org> iconbox-0.2.ebuild: added ~amd64 diff --git a/x11-misc/iconbox/iconbox-0.2.ebuild b/x11-misc/iconbox/iconbox-0.2.ebuild index 1f0245d8a37b..f0a2b5839438 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 # 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.3 2005/07/09 07:22:22 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/iconbox/iconbox-0.2.ebuild,v 1.4 2005/07/10 18:43:48 smithj Exp $ MY_P="${P/-/_}" @@ -14,7 +14,8 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="virtual/x11 - =x11-libs/gtk+-2*" + =x11-libs/gtk+-2* + dev-perl/gtk2-perl" src_compile() { true # no compilation is necessary |