1 |
commit: cf3eaeea9271543aa9289e21436caac2d091db44 |
2 |
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> |
3 |
AuthorDate: Tue Mar 29 06:50:53 2022 +0000 |
4 |
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> |
5 |
CommitDate: Tue Mar 29 07:20:39 2022 +0000 |
6 |
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3eaeea |
7 |
|
8 |
dev-util/edi: stabilize 0.8.0-r2 for x86 |
9 |
|
10 |
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> |
11 |
|
12 |
dev-util/edi/edi-0.8.0-r2.ebuild | 2 +- |
13 |
1 file changed, 1 insertion(+), 1 deletion(-) |
14 |
|
15 |
diff --git a/dev-util/edi/edi-0.8.0-r2.ebuild b/dev-util/edi/edi-0.8.0-r2.ebuild |
16 |
index cfa8f7fd8af7..28c4504d12f9 100644 |
17 |
--- a/dev-util/edi/edi-0.8.0-r2.ebuild |
18 |
+++ b/dev-util/edi/edi-0.8.0-r2.ebuild |
19 |
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Enlightenment/edi/archive/v${PV}.tar.gz -> ${P}.tar. |
20 |
|
21 |
LICENSE="GPL-2 GPL-3 LGPL-2.1-with-linking-exception" |
22 |
SLOT="0" |
23 |
-KEYWORDS="amd64 ~x86" |
24 |
+KEYWORDS="amd64 x86" |
25 |
IUSE="clang" |
26 |
|
27 |
RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] ) |