diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-02-07 22:25:00 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-07 23:07:21 +0100 |
commit | bf60ff80930c11f24a3aa917c1faa6a020dcfa8c (patch) | |
tree | 313bbd3f702db29c6c84fc9f28831e8482c83e81 /app-shells | |
parent | dev-perl/Nmap-Parser: remove dead HOMEPAGE, use HTTPS. (diff) | |
download | gentoo-bf60ff80930c11f24a3aa917c1faa6a020dcfa8c.tar.gz gentoo-bf60ff80930c11f24a3aa917c1faa6a020dcfa8c.tar.bz2 gentoo-bf60ff80930c11f24a3aa917c1faa6a020dcfa8c.zip |
app-shells/rrs: stable for amd64 and the remaining arches using ALLARCHES.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/rrs/rrs-1.70-r2.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-shells/rrs/rrs-1.70-r2.ebuild b/app-shells/rrs/rrs-1.70-r2.ebuild index 36ca714b57e3..3e02c0277d7d 100644 --- a/app-shells/rrs/rrs-1.70-r2.ebuild +++ b/app-shells/rrs/rrs-1.70-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,15 +11,13 @@ SRC_URI="http://www.cycom.se/uploads/36/19/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="ssl" DEPEND="ssl? ( dev-libs/openssl:0= )" RDEPEND="${DEPEND}" -PATCH=( "${FILESDIR}"/"${P}"-asneeded.patch) - -DOCS=( CHANGES README ) +PATCH=( "${FILESDIR}"/"${P}"-asneeded.patch ) src_prepare() { default |