diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-01-03 21:53:35 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-01-03 21:54:39 +0100 |
commit | 1851ab80ebdfb73ace90717326ca20849ce9ba19 (patch) | |
tree | 675382023cceea999dbf45b850ed5ec22fd9ebf1 /app-arch/makeself | |
parent | sys-devel/binutils-apple: fix llvm slot-dep (diff) | |
download | gentoo-1851ab80ebdfb73ace90717326ca20849ce9ba19.tar.gz gentoo-1851ab80ebdfb73ace90717326ca20849ce9ba19.tar.bz2 gentoo-1851ab80ebdfb73ace90717326ca20849ce9ba19.zip |
app-arch/makeself: stable for the remaining arches using the ALLARCHES policy.
Closes: https://bugs.gentoo.org/642608
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-arch/makeself')
-rw-r--r-- | app-arch/makeself/makeself-2.2.0-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-arch/makeself/makeself-2.2.0-r2.ebuild b/app-arch/makeself/makeself-2.2.0-r2.ebuild index 46e3361cfd15..798ab5b911ef 100644 --- a/app-arch/makeself/makeself-2.2.0-r2.ebuild +++ b/app-arch/makeself/makeself-2.2.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,8 +11,7 @@ SRC_URI="https://github.com/megastep/makeself/archive/release-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 hppa ~ppc x86 ~amd64-linux ~x86-linux" -IUSE="" +KEYWORDS="amd64 hppa ppc x86 ~amd64-linux ~x86-linux" RDEPEND="sys-apps/gentoo-functions" |