Skip to content

Commit

Permalink
app-misc/sl: stable for amd64. mark stable for the remaining arches u…
Browse files Browse the repository at this point in the history
…sing the ALLARCHES policy.

Package-Manager: portage-2.3.0
  • Loading branch information
monsieurp committed Jan 8, 2017
1 parent 56b2789 commit 1ae23ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app-misc/sl/sl-5.02.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand All @@ -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="
Expand All @@ -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
Expand Down

0 comments on commit 1ae23ca

Please sign in to comment.