commit: 1ae23ca4443971bda07fd2a6b71f0441b8735aed Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sun Jan 8 21:57:04 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Jan 8 21:58:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae23ca4
app-misc/sl: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.3.0 app-misc/sl/sl-5.02.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-misc/sl/sl-5.02.ebuild b/app-misc/sl/sl-5.02.ebuild index 03788f0..dd453d6 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
