diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-01 18:52:20 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-01 18:54:45 +0300 |
commit | 6de1c4173f63547b8ace35b6a2a64030a449a49d (patch) | |
tree | ac5afc4f2ab532d73a98e220fa73ba8cb31f5780 /dev-java/jdbc-mysql | |
parent | dev-lisp/sbcl: remove old version (diff) | |
download | gentoo-6de1c4173f63547b8ace35b6a2a64030a449a49d.tar.gz gentoo-6de1c4173f63547b8ace35b6a2a64030a449a49d.tar.bz2 gentoo-6de1c4173f63547b8ace35b6a2a64030a449a49d.zip |
dev-java/jdbc-mysql: destabilize 8.1.0-r1 for ~ppc64, ~x86
The only reverse dependency, dev-db/sqldeveloper, is amd64 only (it
has -* for other arches).
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java/jdbc-mysql')
-rw-r--r-- | dev-java/jdbc-mysql/jdbc-mysql-8.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/jdbc-mysql/jdbc-mysql-8.1.0-r1.ebuild b/dev-java/jdbc-mysql/jdbc-mysql-8.1.0-r1.ebuild index f358d80435f2..0cf061e42ec7 100644 --- a/dev-java/jdbc-mysql/jdbc-mysql-8.1.0-r1.ebuild +++ b/dev-java/jdbc-mysql/jdbc-mysql-8.1.0-r1.ebuild @@ -23,7 +23,7 @@ S="${WORKDIR}/mysql-connector-j-${PV}" LICENSE="GPL-2-with-MySQL-FLOSS-exception" SLOT="0" -KEYWORDS="amd64 ppc64 x86" +KEYWORDS="amd64 ~ppc64 ~x86" CP_DEPEND=" dev-java/c3p0:0 |