From: Agostino Sarubbo Date: Mon, 12 Aug 2019 08:01:40 +0000 (+0200) Subject: dev-libs/cppcodec: amd64 stable wrt bug #684368 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=757076157c18b9ac88b8b862e176c242d9fa3d81;p=gentoo.git dev-libs/cppcodec: amd64 stable wrt bug #684368 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo --- diff --git a/dev-libs/cppcodec/cppcodec-0.2.ebuild b/dev-libs/cppcodec/cppcodec-0.2.ebuild index 6f54bae62838..28d85ba816a9 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"