diff options
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/checksec/checksec-2.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/checksec/checksec-2.4.0.ebuild b/app-admin/checksec/checksec-2.4.0.ebuild index 894f6578719b..a23f039655cb 100644 --- a/app-admin/checksec/checksec-2.4.0.ebuild +++ b/app-admin/checksec/checksec-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -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 ~sparc ~x86" IUSE="" S="${WORKDIR}"/${MY_PN}-${PV} |