diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-09-15 20:11:19 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-09-15 20:11:19 +0000 |
commit | 444ec5fce650c4dd453470c340b6986a00533741 (patch) | |
tree | cc455a2465acaed7b9e85bf9fa874e78d0c5c992 /media-gfx/aoi | |
parent | Took maintainership of the package. (diff) | |
download | gentoo-2-444ec5fce650c4dd453470c340b6986a00533741.tar.gz gentoo-2-444ec5fce650c4dd453470c340b6986a00533741.tar.bz2 gentoo-2-444ec5fce650c4dd453470c340b6986a00533741.zip |
Add app-arch/unzip to DEPEND; bug #69831
(Portage version: 2.0.52-r1)
Diffstat (limited to 'media-gfx/aoi')
-rw-r--r-- | media-gfx/aoi/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/aoi/aoi-1.4.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/aoi/aoi-1.6.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/media-gfx/aoi/ChangeLog b/media-gfx/aoi/ChangeLog index 46e5e115b7ef..a57b3206fd0b 100644 --- a/media-gfx/aoi/ChangeLog +++ b/media-gfx/aoi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/aoi -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/ChangeLog,v 1.10 2004/07/30 20:53:34 axxo Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/ChangeLog,v 1.11 2005/09/15 20:11:19 halcy0n Exp $ + + 15 Sep 2005; Mark Loeser <halcy0n@gentoo.org> aoi-1.4.ebuild, + aoi-1.6.ebuild: + Add app-arch/unzip to DEPEND; bug #69831 30 Jul 2004; Thomas Matthijs <axxo@gentoo.org> aoi-1.4.ebuild, aoi-1.6.ebuild: diff --git a/media-gfx/aoi/aoi-1.4.ebuild b/media-gfx/aoi/aoi-1.4.ebuild index e204daa4c9ff..f311978b09aa 100644 --- a/media-gfx/aoi/aoi-1.4.ebuild +++ b/media-gfx/aoi/aoi-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-1.4.ebuild,v 1.9 2004/07/30 20:53:34 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-1.4.ebuild,v 1.10 2005/09/15 20:11:19 halcy0n Exp $ inherit java-pkg @@ -13,7 +13,7 @@ HOMEPAGE="http://aoi.sourceforge.net/index" KEYWORDS="x86 sparc" LICENSE="GPL-2" SLOT="0" -DEPEND="" +DEPEND="app-arch/unzip" RDEPEND=">=virtual/jdk-1.2 quicktime? ( dev-java/jmf-bin )" IUSE="doc quicktime" diff --git a/media-gfx/aoi/aoi-1.6.ebuild b/media-gfx/aoi/aoi-1.6.ebuild index 94bd21a146d3..99ff0b0599bf 100644 --- a/media-gfx/aoi/aoi-1.6.ebuild +++ b/media-gfx/aoi/aoi-1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-1.6.ebuild,v 1.9 2004/07/30 20:53:34 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-1.6.ebuild,v 1.10 2005/09/15 20:11:19 halcy0n Exp $ inherit java-pkg @@ -13,7 +13,7 @@ HOMEPAGE="http://aoi.sourceforge.net/index" KEYWORDS="~x86 ~sparc ~ppc" LICENSE="GPL-2" SLOT="0" -DEPEND="" +DEPEND="app-arch/unzip" RDEPEND=">=virtual/jdk-1.2 dev-java/jmf-bin dev-java/ant" |