From: Thomas Deutschmann Date: Sun, 11 Aug 2019 20:22:34 +0000 (+0200) Subject: dev-libs/cppcodec: x86 stable (bug #684368) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4539736ee474a208bb180638c65dd3d359d04d4e;p=gentoo.git dev-libs/cppcodec: x86 stable (bug #684368) Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann --- diff --git a/dev-libs/cppcodec/cppcodec-0.2.ebuild b/dev-libs/cppcodec/cppcodec-0.2.ebuild index 652020de95ef..6f54bae62838 100644 --- a/dev-libs/cppcodec/cppcodec-0.2.ebuild +++ b/dev-libs/cppcodec/cppcodec-0.2.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_SUBMODULES=() else SRC_URI="https://github.com/tplgy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi LICENSE="MIT"