diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-11-06 14:41:45 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-11-06 14:41:45 +0000 |
commit | 0c512b120d76c5b85de110a1c412752101edca1b (patch) | |
tree | e95aa6dd55e992945eb1eeddddb441bf4fe55aaf /www-servers | |
parent | Add missing app-arch/unzip to DEPEND. (diff) | |
download | gentoo-2-0c512b120d76c5b85de110a1c412752101edca1b.tar.gz gentoo-2-0c512b120d76c5b85de110a1c412752101edca1b.tar.bz2 gentoo-2-0c512b120d76c5b85de110a1c412752101edca1b.zip |
Add missing app-arch/unzip to DEPEND.
(Portage version: 2.1.3.18)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/resin/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/resin/resin-3.0.24.ebuild | 3 | ||||
-rw-r--r-- | www-servers/resin/resin-3.1.2.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/www-servers/resin/ChangeLog b/www-servers/resin/ChangeLog index 797b1c453e34..c6e6d1030b70 100644 --- a/www-servers/resin/ChangeLog +++ b/www-servers/resin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/resin # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.56 2007/10/13 10:18:03 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.57 2007/11/06 14:41:45 nelchael Exp $ + + 06 Nov 2007; Krzysiek Pawlik <nelchael@gentoo.org> resin-3.0.24.ebuild, + resin-3.1.2.ebuild: + Add missing app-arch/unzip to DEPEND. 13 Oct 2007; Markus Rothe <corsair@gentoo.org> resin-3.0.24.ebuild: Stable on ppc64; bug #191740 diff --git a/www-servers/resin/resin-3.0.24.ebuild b/www-servers/resin/resin-3.0.24.ebuild index 65a948f6d75b..f01538524487 100644 --- a/www-servers/resin/resin-3.0.24.ebuild +++ b/www-servers/resin/resin-3.0.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.0.24.ebuild,v 1.5 2007/10/13 10:18:03 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.0.24.ebuild,v 1.6 2007/11/06 14:41:45 nelchael Exp $ JAVA_PKG_IUSE="doc source" @@ -24,6 +24,7 @@ COMMON_DEP="~dev-java/resin-servlet-api-${PV} RDEPEND="=virtual/jdk-1.5* ${COMMON_DEP}" DEPEND="${RDEPEND} + app-arch/unzip dev-java/ant-core dev-libs/openssl ${COMMON_DEP}" diff --git a/www-servers/resin/resin-3.1.2.ebuild b/www-servers/resin/resin-3.1.2.ebuild index 452f49c0add8..31080eb7f7ad 100644 --- a/www-servers/resin/resin-3.1.2.ebuild +++ b/www-servers/resin/resin-3.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.1.2.ebuild,v 1.3 2007/10/08 12:51:15 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.1.2.ebuild,v 1.4 2007/11/06 14:41:45 nelchael Exp $ JAVA_PKG_IUSE="doc source" @@ -24,6 +24,7 @@ COMMON_DEP="~dev-java/resin-servlet-api-${PV} RDEPEND="=virtual/jdk-1.5* ${COMMON_DEP}" DEPEND="${RDEPEND} + app-arch/unzip dev-java/ant-core dev-libs/openssl ${COMMON_DEP}" |