diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-01-08 22:57:04 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-01-08 22:58:09 +0100 |
commit | 1ae23ca4443971bda07fd2a6b71f0441b8735aed (patch) | |
tree | a43aa2eeec94e9ce75040e0bc8b13e0a390057a4 /app-misc/sl | |
parent | app-misc/sl: take over maintainership. (diff) | |
download | gentoo-1ae23ca4443971bda07fd2a6b71f0441b8735aed.tar.gz gentoo-1ae23ca4443971bda07fd2a6b71f0441b8735aed.tar.bz2 gentoo-1ae23ca4443971bda07fd2a6b71f0441b8735aed.zip |
app-misc/sl: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-misc/sl')
-rw-r--r-- | app-misc/sl/sl-5.02.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/sl/sl-5.02.ebuild b/app-misc/sl/sl-5.02.ebuild index 03788f07cd87..dd453d6c5b01 100644 --- a/app-misc/sl/sl-5.02.ebuild +++ b/app-misc/sl/sl-5.02.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 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mtoyoda/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="freedist" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" IUSE="l10n_ja" RDEPEND="sys-libs/ncurses:0=" @@ -24,8 +24,8 @@ src_prepare() { } src_install() { - dobin sl - doman ${PN}.1 + dobin "${PN}" + doman "${PN}.1" local DOCS=( README.md ) if use l10n_ja; then newman ${PN}.1.ja ${PN}.ja.1 |