diff options
author | Johann Schmitz <ercpe@gentoo.org> | 2013-11-25 19:08:15 +0000 |
---|---|---|
committer | Johann Schmitz <ercpe@gentoo.org> | 2013-11-25 19:08:15 +0000 |
commit | dc182e2cb84934ec8db33e54142080bc323cab0c (patch) | |
tree | 92fb0c35fdf8039849af9a437d03c28487c3d82e /dev-java/testng | |
parent | CC-BY-NC-ND-1.0 added on behalf of hasufell, bug 476366. (diff) | |
download | gentoo-2-dc182e2cb84934ec8db33e54142080bc323cab0c.tar.gz gentoo-2-dc182e2cb84934ec8db33e54142080bc323cab0c.tar.bz2 gentoo-2-dc182e2cb84934ec8db33e54142080bc323cab0c.zip |
Added ~x86 to testng and added the missing dependency to app-arch/zip
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
Diffstat (limited to 'dev-java/testng')
-rw-r--r-- | dev-java/testng/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/testng/testng-6.8-r2.ebuild (renamed from dev-java/testng/testng-6.8-r1.ebuild) | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-java/testng/ChangeLog b/dev-java/testng/ChangeLog index 749cf38b6858..fd0d889204c6 100644 --- a/dev-java/testng/ChangeLog +++ b/dev-java/testng/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-java/testng # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/testng/ChangeLog,v 1.2 2013/10/24 19:32:48 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/testng/ChangeLog,v 1.3 2013/11/25 19:08:15 ercpe Exp $ + +*testng-6.8-r2 (25 Nov 2013) + + 25 Nov 2013; Johann Schmitz <ercpe@gentoo.org> +testng-6.8-r2.ebuild, + -testng-6.8-r1.ebuild: + Added ~x86 to testng and added the missing dependency to app-arch/zip *testng-6.8-r1 (24 Oct 2013) diff --git a/dev-java/testng/testng-6.8-r1.ebuild b/dev-java/testng/testng-6.8-r2.ebuild index 3a5d004ac99c..3980bc7433dd 100644 --- a/dev-java/testng/testng-6.8-r1.ebuild +++ b/dev-java/testng/testng-6.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/testng/testng-6.8-r1.ebuild,v 1.1 2013/10/24 19:32:48 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/testng/testng-6.8-r2.ebuild,v 1.1 2013/11/25 19:08:15 ercpe Exp $ EAPI="5" @@ -14,7 +14,7 @@ HOMEPAGE="http://testng.org/" SRC_URI="http://${PN}.org/${P}.zip" LICENSE="Apache-2.0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" SLOT="0" CDEPEND="dev-java/ant-core:0 @@ -25,6 +25,7 @@ CDEPEND="dev-java/ant-core:0 dev-java/snakeyaml:1.9" DEPEND=">=virtual/jdk-1.5 + app-arch/zip ${CDEPEND}" RDEPEND=">=virtual/jre-1.5 |