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/commons-daemon/
Date: Fri, 01 Jul 2022 09:07:00
Message-Id: 1656666405.4e68c100c8bfb04820a9c9c562738632734735b0.sam@gentoo
1 commit: 4e68c100c8bfb04820a9c9c562738632734735b0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 1 09:06:45 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 09:06:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e68c100
7
8 dev-java/commons-daemon: Stabilize 1.3.1 amd64, #855482
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-java/commons-daemon/commons-daemon-1.3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/commons-daemon/commons-daemon-1.3.1.ebuild b/dev-java/commons-daemon/commons-daemon-1.3.1.ebuild
16 index 90cc3da62b78..baa152a4895a 100644
17 --- a/dev-java/commons-daemon/commons-daemon-1.3.1.ebuild
18 +++ b/dev-java/commons-daemon/commons-daemon-1.3.1.ebuild
19 @@ -18,7 +18,7 @@ SRC_URI="mirror://apache/commons/daemon/source/${P}-src.tar.gz"
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ppc64 x86"
24 +KEYWORDS="amd64 ppc64 x86"
25
26 DEPEND="
27 >=virtual/jdk-1.8:*