diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-10-29 13:53:03 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-10-29 13:53:03 +0100 |
commit | f36220df731abe8b9dcb94747f85a15f2e415041 (patch) | |
tree | e93b19db4f5b47c78d9b98abe53420f9a783ca63 /app-admin/checksec | |
parent | x11-wm/fluxbox: x86 stable wrt bug #691222 (diff) | |
download | gentoo-f36220df731abe8b9dcb94747f85a15f2e415041.tar.gz gentoo-f36220df731abe8b9dcb94747f85a15f2e415041.tar.bz2 gentoo-f36220df731abe8b9dcb94747f85a15f2e415041.zip |
app-admin/checksec: x86 stable wrt bug #698734
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-admin/checksec')
-rw-r--r-- | app-admin/checksec/checksec-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/checksec/checksec-2.1.0.ebuild b/app-admin/checksec/checksec-2.1.0.ebuild index cc8e21a39c2e..958b02354f83 100644 --- a/app-admin/checksec/checksec-2.1.0.ebuild +++ b/app-admin/checksec/checksec-2.1.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/slimm609/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~mips ~ppc ~ppc64 x86" IUSE="" S="${WORKDIR}"/${MY_PN}-${PV} |