Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jnr-posix/
Date: Thu, 25 Nov 2021 04:15:05
Message-Id: 1637813686.0a8f27545133358411c03e542172997775c2010f.sam@gentoo
1 commit: 0a8f27545133358411c03e542172997775c2010f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 25 04:14:46 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 25 04:14:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8f2754
7
8 dev-java/jnr-posix: Stabilize 3.0.10-r1 amd64, #826850
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-java/jnr-posix/jnr-posix-3.0.10-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/jnr-posix/jnr-posix-3.0.10-r1.ebuild b/dev-java/jnr-posix/jnr-posix-3.0.10-r1.ebuild
16 index 717b49144f69..cc7d5a2639f6 100644
17 --- a/dev-java/jnr-posix/jnr-posix-3.0.10-r1.ebuild
18 +++ b/dev-java/jnr-posix/jnr-posix-3.0.10-r1.ebuild
19 @@ -20,7 +20,7 @@ SRC_URI="https://github.com/jnr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )"
22 SLOT="3.0"
23 -KEYWORDS="~amd64 arm64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
24 +KEYWORDS="amd64 arm64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
25
26 CDEPEND="dev-java/jnr-constants:0
27 dev-java/jnr-ffi:2"