diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2024-03-25 08:25:40 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-04-11 09:37:50 +0200 |
commit | 46249ecc3a83ce2f73ba807d30f45d01546bc780 (patch) | |
tree | f6d7e8789270801f5af68dfd285061fabd340e94 /dev-java | |
parent | games-util/lutris: add 0.5.17 (diff) | |
download | gentoo-46249ecc3a83ce2f73ba807d30f45d01546bc780.tar.gz gentoo-46249ecc3a83ce2f73ba807d30f45d01546bc780.tar.bz2 gentoo-46249ecc3a83ce2f73ba807d30f45d01546bc780.zip |
dev-java/jdbc-mysql: restrict to <dev-java/protobuf-java-3.26.0
Closes: https://bugs.gentoo.org/927540
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jdbc-mysql/jdbc-mysql-8.1.0-r1.ebuild (renamed from dev-java/jdbc-mysql/jdbc-mysql-8.1.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jdbc-mysql/jdbc-mysql-8.1.0.ebuild b/dev-java/jdbc-mysql/jdbc-mysql-8.1.0-r1.ebuild index 09f0063500d1..649d226c823b 100644 --- a/dev-java/jdbc-mysql/jdbc-mysql-8.1.0.ebuild +++ b/dev-java/jdbc-mysql/jdbc-mysql-8.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,7 +27,7 @@ KEYWORDS="amd64 ppc64 x86" CP_DEPEND=" dev-java/c3p0:0 - dev-java/protobuf-java:0 + <dev-java/protobuf-java-3.26.0:0 dev-java/slf4j-api:0 " DEPEND=" ${CP_DEPEND} |