1 |
commit: e09fc04b3842d2ec76487d9cf527b529f33e825e |
2 |
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> |
3 |
AuthorDate: Wed Sep 16 20:22:13 2020 +0000 |
4 |
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> |
5 |
CommitDate: Wed Sep 16 20:22:20 2020 +0000 |
6 |
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09fc04b |
7 |
|
8 |
app-admin/entr: mark stable for amd64. |
9 |
|
10 |
mark stable for the remaining arches using ALLARCHES. |
11 |
|
12 |
Package-Manager: Portage-2.3.103, Repoman-2.3.23 |
13 |
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> |
14 |
|
15 |
app-admin/entr/entr-4.5.ebuild | 2 +- |
16 |
1 file changed, 1 insertion(+), 1 deletion(-) |
17 |
|
18 |
diff --git a/app-admin/entr/entr-4.5.ebuild b/app-admin/entr/entr-4.5.ebuild |
19 |
index b86dea0ffd9..6440b0ac600 100644 |
20 |
--- a/app-admin/entr/entr-4.5.ebuild |
21 |
+++ b/app-admin/entr/entr-4.5.ebuild |
22 |
@@ -11,7 +11,7 @@ SRC_URI="http://entrproject.org/code/${P}.tar.gz" |
23 |
|
24 |
LICENSE="ISC" |
25 |
SLOT="0" |
26 |
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" |
27 |
+KEYWORDS="amd64 ppc ppc64 x86" |
28 |
IUSE="test" |
29 |
RESTRICT="!test? ( test )" |