diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-05-12 22:12:23 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-05-12 22:12:27 +0200 |
commit | 9a9faf9c534dd468632461fb4c076852f4b7384a (patch) | |
tree | c171629e7bb14ca6e43fa29af95be961c330c216 /app-admin/selint | |
parent | net-dns/dnsmasq: x86 stable wrt bug #782130 (diff) | |
download | gentoo-9a9faf9c534dd468632461fb4c076852f4b7384a.tar.gz gentoo-9a9faf9c534dd468632461fb4c076852f4b7384a.tar.bz2 gentoo-9a9faf9c534dd468632461fb4c076852f4b7384a.zip |
app-admin/selint: x86 stable wrt bug #789438
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-admin/selint')
-rw-r--r-- | app-admin/selint/selint-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/selint/selint-1.2.0.ebuild b/app-admin/selint/selint-1.2.0.ebuild index 832c9c2d7ca5..d4b097ca5ddc 100644 --- a/app-admin/selint/selint-1.2.0.ebuild +++ b/app-admin/selint/selint-1.2.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/TresysTechnology/selint.git" else SRC_URI="https://github.com/TresysTechnology/selint/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="Apache-2.0" |