diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-05-12 09:58:31 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-05-12 09:58:31 +0200 |
commit | 38ed3190bf019c7230577bc2e80c71f698616731 (patch) | |
tree | f164668d4fd738b828e3f01be196943ff63a5603 /app-admin/selint | |
parent | app-admin/conky: amd64 stable wrt bug #788772 (diff) | |
download | gentoo-38ed3190bf019c7230577bc2e80c71f698616731.tar.gz gentoo-38ed3190bf019c7230577bc2e80c71f698616731.tar.bz2 gentoo-38ed3190bf019c7230577bc2e80c71f698616731.zip |
app-admin/selint: amd64 stable wrt bug #789438
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
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 a0e18d3a3fef..832c9c2d7ca5 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" |