diff options
author | 2005-01-07 21:16:59 +0000 | |
---|---|---|
committer | 2005-01-07 21:16:59 +0000 | |
commit | 29348b5e00c6d5ae6ea307318c3e0135a6d2bc44 (patch) | |
tree | 688e4e474d6e6be5edd36a06c61b9a5554b61184 /media-video | |
parent | fixed config dialog not working with gtk2 (Manifest recommit) (diff) | |
download | gentoo-2-29348b5e00c6d5ae6ea307318c3e0135a6d2bc44.tar.gz gentoo-2-29348b5e00c6d5ae6ea307318c3e0135a6d2bc44.tar.bz2 gentoo-2-29348b5e00c6d5ae6ea307318c3e0135a6d2bc44.zip |
added app-arch/unzip to DEPEND. also see bug #69831.
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/projectx/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/projectx/projectx-0.81.7.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/media-video/projectx/ChangeLog b/media-video/projectx/ChangeLog index 43abb77deb77..9914b6ff5536 100644 --- a/media-video/projectx/ChangeLog +++ b/media-video/projectx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/projectx -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v 1.5 2004/10/16 18:18:13 axxo Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v 1.6 2005/01/07 21:16:59 luckyduck Exp $ + + 07 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> projectx-0.81.7.ebuild: + added app-arch/unzip to DEPEND. also see bug #69831. 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> projectx-0.81.7.ebuild: use java-pkg_dohtml instead of dohtml to also install the package-list in diff --git a/media-video/projectx/projectx-0.81.7.ebuild b/media-video/projectx/projectx-0.81.7.ebuild index 52b82f902950..81fd94e82816 100644 --- a/media-video/projectx/projectx-0.81.7.ebuild +++ b/media-video/projectx/projectx-0.81.7.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-video/projectx/projectx-0.81.7.ebuild,v 1.5 2004/10/16 18:18:13 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/projectx-0.81.7.ebuild,v 1.6 2005/01/07 21:16:59 luckyduck Exp $ inherit java-pkg @@ -15,7 +15,9 @@ SLOT="0" KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND=">=virtual/jdk-1.4 - >=dev-java/ant-1.4.1" + app-arch/unzip + >=dev-java/ant-1.4.1" +RDEPEND=">=virtual/jre-1.4" S="${WORKDIR}/${MY_PN}_Source" |