diff options
author | 2024-10-11 15:42:54 +0300 | |
---|---|---|
committer | 2024-10-12 20:08:37 +0300 | |
commit | 660c584e2997d8c9a1699a7589bdf733914b626f (patch) | |
tree | 317bdd7331ee25af7bed52c9d5a0c36f673299f2 /dev-java/javax-servlet-api | |
parent | dev-java/javax-persistence-api: dekeyword arm (diff) | |
download | gentoo-660c584e2997d8c9a1699a7589bdf733914b626f.tar.gz gentoo-660c584e2997d8c9a1699a7589bdf733914b626f.tar.bz2 gentoo-660c584e2997d8c9a1699a7589bdf733914b626f.zip |
dev-java/javax-servlet-api: dekeyword arm
After a message to gentoo-dev ML, and no reply from any user on arm,
we decided to dekeyword most Java packages from arm.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java/javax-servlet-api')
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-java/javax-servlet-api/javax-servlet-api-2.2.ebuild b/dev-java/javax-servlet-api/javax-servlet-api-2.2.ebuild index e1ef677f416c..5cae7492e3f7 100644 --- a/dev-java/javax-servlet-api/javax-servlet-api-2.2.ebuild +++ b/dev-java/javax-servlet-api/javax-servlet-api-2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://repo1.maven.org/maven2/javax/servlet/servlet-api/${PV}/servlet- LICENSE="CDDL GPL-2" SLOT="2.2" -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" +KEYWORDS="amd64 ~arm64 ppc64 x86" RDEPEND=">=virtual/jre-1.8:*" DEPEND=">=virtual/jdk-1.8:*" diff --git a/dev-java/javax-servlet-api/javax-servlet-api-2.5.ebuild b/dev-java/javax-servlet-api/javax-servlet-api-2.5.ebuild index 75c0e7178cc5..e79c463f05c7 100644 --- a/dev-java/javax-servlet-api/javax-servlet-api-2.5.ebuild +++ b/dev-java/javax-servlet-api/javax-servlet-api-2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://repo1.maven.org/maven2/javax/servlet/servlet-api/${PV}/servlet- LICENSE="CDDL GPL-2" SLOT="2.5" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64 x86" RDEPEND=">=virtual/jre-1.8:*" DEPEND=">=virtual/jdk-1.8:*" diff --git a/dev-java/javax-servlet-api/javax-servlet-api-3.0.1.ebuild b/dev-java/javax-servlet-api/javax-servlet-api-3.0.1.ebuild index c591b2849432..0a5185af3e37 100644 --- a/dev-java/javax-servlet-api/javax-servlet-api-3.0.1.ebuild +++ b/dev-java/javax-servlet-api/javax-servlet-api-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://repo1.maven.org/maven2/javax/servlet/javax.servlet-api/${PV}/ja LICENSE="CDDL GPL-2" SLOT="3.0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm64 ~ppc64 x86" RDEPEND=">=virtual/jre-1.8:*" DEPEND=">=virtual/jdk-1.8:*" diff --git a/dev-java/javax-servlet-api/javax-servlet-api-3.1.0.ebuild b/dev-java/javax-servlet-api/javax-servlet-api-3.1.0.ebuild index d587febbc061..0e2d0215d270 100644 --- a/dev-java/javax-servlet-api/javax-servlet-api-3.1.0.ebuild +++ b/dev-java/javax-servlet-api/javax-servlet-api-3.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://repo1.maven.org/maven2/javax/servlet/javax.servlet-api/${PV}/ja LICENSE="CDDL GPL-2" SLOT="3.1" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64 x86" RDEPEND=">=virtual/jre-1.8:*" DEPEND=">=virtual/jdk-1.8:*" |