diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-05-22 22:42:03 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-05-22 22:42:43 +0200 |
commit | 8e053f681cfaf1dcb7e569b43f4f5b214daa9c47 (patch) | |
tree | 2331e5bcc00d203ee7ab9e67b80a8524e7a7481e /app-portage/elicense | |
parent | sys-kernel/vanilla-sources: Automated version bump to {4.19.45,5.0.18,5.1.4} ... (diff) | |
download | gentoo-8e053f681cfaf1dcb7e569b43f4f5b214daa9c47.tar.gz gentoo-8e053f681cfaf1dcb7e569b43f4f5b214daa9c47.tar.bz2 gentoo-8e053f681cfaf1dcb7e569b43f4f5b214daa9c47.zip |
app-portage/elicense: stablized under ALLARCHES policy
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-portage/elicense')
-rw-r--r-- | app-portage/elicense/elicense-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/elicense/elicense-1.0.1.ebuild b/app-portage/elicense/elicense-1.0.1.ebuild index bbba9eea7ef6..b6b7af167598 100644 --- a/app-portage/elicense/elicense-1.0.1.ebuild +++ b/app-portage/elicense/elicense-1.0.1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://github.com/Whissi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-fbsd" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-fbsd" fi DESCRIPTION="Tool to find installed packages in Gentoo with non-accepted license(s)" |