From: Patrice Clement Date: Mon, 26 Dec 2016 19:54:09 +0000 (+0100) Subject: app-misc/perltrash: stable for amd64. mark stable for the remaining arches using... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=80890e5e406991ee8e4e21e82f7274f4a78b3563;p=gentoo.git app-misc/perltrash: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.3.0 --- diff --git a/app-misc/perltrash/perltrash-0.3-r1.ebuild b/app-misc/perltrash/perltrash-0.3-r1.ebuild index def544e4094e..a265e709ab99 100644 --- a/app-misc/perltrash/perltrash-0.3-r1.ebuild +++ b/app-misc/perltrash/perltrash-0.3-r1.ebuild @@ -10,12 +10,13 @@ SRC_URI="ftp://www.iq-computing.de/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="dev-lang/perl" +DOCS=( README.txt ) + src_install() { newbin "${PN}.pl" "${PN}" - dodoc README.txt }