diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-09-18 12:16:26 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-09-18 12:16:26 +0200 |
commit | 9ffabbc8ee02a4b5128334919a1c036b41070b9d (patch) | |
tree | 90a39e6e32a25ce526d77f98e7400a4280886a57 | |
parent | net-analyzer/ettercap: x86 stable wrt bug #743136 (diff) | |
download | gentoo-9ffabbc8ee02a4b5128334919a1c036b41070b9d.tar.gz gentoo-9ffabbc8ee02a4b5128334919a1c036b41070b9d.tar.bz2 gentoo-9ffabbc8ee02a4b5128334919a1c036b41070b9d.zip |
dev-cpp/popl: x86 stable wrt bug #743175
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-cpp/popl/popl-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/popl/popl-1.2.0.ebuild b/dev-cpp/popl/popl-1.2.0.ebuild index f58b83ff2381..28fb84b2f4e1 100644 --- a/dev-cpp/popl/popl-1.2.0.ebuild +++ b/dev-cpp/popl/popl-1.2.0.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]] ; then else SRC_URI="https://github.com/badaix/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi LICENSE="MIT" |