diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-20 17:07:17 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-20 17:30:21 +0100 |
commit | 7fcd241537e60602edd9cf5014687ebf67f25f2a (patch) | |
tree | c901ebc9a38b6451cf9aeb19ffca744b9e0d9c61 /app-admin/selint | |
parent | dev-python/pyls-black: x86 stable (bug #760528) (diff) | |
download | gentoo-7fcd241537e60602edd9cf5014687ebf67f25f2a.tar.gz gentoo-7fcd241537e60602edd9cf5014687ebf67f25f2a.tar.bz2 gentoo-7fcd241537e60602edd9cf5014687ebf67f25f2a.zip |
app-admin/selint: x86 stable (bug #760561)
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-admin/selint')
-rw-r--r-- | app-admin/selint/selint-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/selint/selint-1.1.0.ebuild b/app-admin/selint/selint-1.1.0.ebuild index acd75e100458..76ff35921fcf 100644 --- a/app-admin/selint/selint-1.1.0.ebuild +++ b/app-admin/selint/selint-1.1.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" |