diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-02-17 17:27:42 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-02-17 17:27:42 +0000 |
commit | 14a6a4e46409d66c5e43244dcfc0eb4a4e38adef (patch) | |
tree | 86f5e4ba9e34d74edb956417d70948411204d0aa | |
parent | Added ~ppc64 to KEYWORDS (diff) | |
download | gentoo-2-14a6a4e46409d66c5e43244dcfc0eb4a4e38adef.tar.gz gentoo-2-14a6a4e46409d66c5e43244dcfc0eb4a4e38adef.tar.bz2 gentoo-2-14a6a4e46409d66c5e43244dcfc0eb4a4e38adef.zip |
depend on uzip
(Portage version: 2.0.51.16)
-rw-r--r-- | app-office/borg/borg-1.3.2.ebuild | 3 | ||||
-rw-r--r-- | app-office/borg/borg-1.4.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-office/borg/borg-1.3.2.ebuild b/app-office/borg/borg-1.3.2.ebuild index 216ae618a01d..992480797261 100644 --- a/app-office/borg/borg-1.3.2.ebuild +++ b/app-office/borg/borg-1.3.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/app-office/borg/borg-1.3.2.ebuild,v 1.3 2005/01/01 15:31:13 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/borg/borg-1.3.2.ebuild,v 1.4 2005/02/17 17:27:42 axxo Exp $ inherit java-pkg @@ -12,6 +12,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=virtual/jdk-1.4 + app-arch/unzip >=dev-java/ant-1.4.1" RDEPEND=">=virtual/jdk-1.4" diff --git a/app-office/borg/borg-1.4.ebuild b/app-office/borg/borg-1.4.ebuild index b17529f027d2..4767ca08e256 100644 --- a/app-office/borg/borg-1.4.ebuild +++ b/app-office/borg/borg-1.4.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/app-office/borg/borg-1.4.ebuild,v 1.2 2005/01/01 15:31:13 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/borg/borg-1.4.ebuild,v 1.3 2005/02/17 17:27:42 axxo Exp $ inherit java-pkg @@ -12,6 +12,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=virtual/jdk-1.4 + app-arch/unzip >=dev-java/ant-1.4.1" RDEPEND=">=virtual/jdk-1.4" |