diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-10-21 14:15:17 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-21 18:51:40 +0200 |
commit | a9277773e060dbad90ddff48e9d75185e059bb73 (patch) | |
tree | 4972bce53a1bc805c1bd468b6eb2da5bb253c0eb /app-shells | |
parent | 94a81d4c13160676cf61f100c00ec214d1f037be (diff) | |
download | gentoo-a9277773e060dbad90ddff48e9d75185e059bb73.tar.gz gentoo-a9277773e060dbad90ddff48e9d75185e059bb73.tar.xz |
app-shells/scsh: stable for x86. mark stable for the remaining arches via the ALLARCHES policy.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/scsh/scsh-0.6.7-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-shells/scsh/scsh-0.6.7-r2.ebuild b/app-shells/scsh/scsh-0.6.7-r2.ebuild index b1910140c90..170f8f2f1ea 100644 --- a/app-shells/scsh/scsh-0.6.7-r2.ebuild +++ b/app-shells/scsh/scsh-0.6.7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,8 +13,7 @@ SRC_URI="ftp://ftp.scsh.net/pub/scsh/${MY_PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc ~x86" -IUSE="" +KEYWORDS="amd64 ppc sparc x86" DEPEND="!dev-scheme/scheme48" RDEPEND="${DEPEND}" |