diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-08-23 19:22:59 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-08-23 19:24:53 +0000 |
commit | 9a379436ac6444641774cd36c9a7d10e3eef4e7d (patch) | |
tree | a148615eb3368d01d6ab7e06e9ad4fa558dcd1e7 /dev-java/felix-gogo-command | |
parent | dev-java/felix-bundlerepository: Stable for amd64. (diff) | |
download | gentoo-9a379436ac6444641774cd36c9a7d10e3eef4e7d.tar.gz gentoo-9a379436ac6444641774cd36c9a7d10e3eef4e7d.tar.bz2 gentoo-9a379436ac6444641774cd36c9a7d10e3eef4e7d.zip |
dev-java/felix-gogo-command: Stable for amd64.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/felix-gogo-command')
-rw-r--r-- | dev-java/felix-gogo-command/felix-gogo-command-0.12.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/felix-gogo-command/felix-gogo-command-0.12.0.ebuild b/dev-java/felix-gogo-command/felix-gogo-command-0.12.0.ebuild index e157c9c5410c..6f0d2e4dafe2 100644 --- a/dev-java/felix-gogo-command/felix-gogo-command-0.12.0.ebuild +++ b/dev-java/felix-gogo-command/felix-gogo-command-0.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ MY_PN="org.apache.felix.gogo.command" MY_P="${MY_PN}-${PV}" SRC_URI="mirror://apache/felix/${MY_P}-project.tar.gz" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" CDEPEND=" dev-java/felix-bundlerepository:0 @@ -23,10 +23,10 @@ CDEPEND=" dev-java/osgi-core-api:0 " -DEPEND=">=virtual/jdk-1.5 +DEPEND=">=virtual/jdk-1.6 ${CDEPEND}" -RDEPEND=">=virtual/jre-1.5 +RDEPEND=">=virtual/jre-1.6 ${CDEPEND}" S="${WORKDIR}/${MY_P}" |