diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-17 17:17:14 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-17 18:30:51 +0300 |
commit | aeb291975a57b33c15cad5a7f847c88f091d7183 (patch) | |
tree | f47c5aa2a86cc345a947e9edf0770a6a488b1904 /dev-java/hamcrest-core | |
parent | dev-java/hamcrest: dekeyword x86 (diff) | |
download | gentoo-aeb291975a57b33c15cad5a7f847c88f091d7183.tar.gz gentoo-aeb291975a57b33c15cad5a7f847c88f091d7183.tar.bz2 gentoo-aeb291975a57b33c15cad5a7f847c88f091d7183.zip |
dev-java/hamcrest-core: dekeyword x86
After a message to gentoo-dev ML, and no reply from any user on x86,
we decided to dekeyword most Java packages from x86, and reverse
dependencies of them.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java/hamcrest-core')
-rw-r--r-- | dev-java/hamcrest-core/hamcrest-core-1.1-r4.ebuild | 2 | ||||
-rw-r--r-- | dev-java/hamcrest-core/hamcrest-core-1.3-r3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/hamcrest-core/hamcrest-core-1.1-r4.ebuild b/dev-java/hamcrest-core/hamcrest-core-1.1-r4.ebuild index 2f910de922b3..954a5e07b1ea 100644 --- a/dev-java/hamcrest-core/hamcrest-core-1.1-r4.ebuild +++ b/dev-java/hamcrest-core/hamcrest-core-1.1-r4.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/${MY_PN}/JavaHamcrest/archive/${MY_PN}-java-${PV}.ta LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x64-solaris" +KEYWORDS="amd64 arm64 ppc64 ~amd64-linux ~x64-solaris" RDEPEND=" >=virtual/jre-1.8:*" diff --git a/dev-java/hamcrest-core/hamcrest-core-1.3-r3.ebuild b/dev-java/hamcrest-core/hamcrest-core-1.3-r3.ebuild index e773a03b9827..539bef963fe7 100644 --- a/dev-java/hamcrest-core/hamcrest-core-1.3-r3.ebuild +++ b/dev-java/hamcrest-core/hamcrest-core-1.3-r3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/hamcrest/JavaHamcrest/archive/hamcrest-java-${PV}.ta LICENSE="BSD-2" SLOT="${PV}" -KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="amd64 arm64 ppc64 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" |