diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-04-06 11:04:32 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-04-06 11:14:15 +0300 |
commit | 9cdf3b1191f7a24e21ab65c5a91ac3595dcbbfe3 (patch) | |
tree | bdee6fabb5ba32ece409113440dc72397ed7fdd6 /dev-util/edi | |
parent | profiles/package.mask: mask dev-php/PEAR-Net_LDAP3 for removal (diff) | |
download | gentoo-9cdf3b1191f7a24e21ab65c5a91ac3595dcbbfe3.tar.gz gentoo-9cdf3b1191f7a24e21ab65c5a91ac3595dcbbfe3.tar.bz2 gentoo-9cdf3b1191f7a24e21ab65c5a91ac3595dcbbfe3.zip |
dev-util/edi: stabilize 0.8.0 on x86
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util/edi')
-rw-r--r-- | dev-util/edi/edi-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/edi/edi-0.8.0.ebuild b/dev-util/edi/edi-0.8.0.ebuild index b90faeeb5e6f..0f5adb3277a4 100644 --- a/dev-util/edi/edi-0.8.0.ebuild +++ b/dev-util/edi/edi-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/Enlightenment/edi/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2 GPL-3 LGPL-2.1-with-linking-exception" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="clang" RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] ) |