Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/rrs/
Date: Wed, 07 Feb 2018 22:07:34
Message-Id: 1518041241.bf60ff80930c11f24a3aa917c1faa6a020dcfa8c.monsieurp@gentoo
1 commit: bf60ff80930c11f24a3aa917c1faa6a020dcfa8c
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 7 21:25:00 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 7 22:07:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf60ff80
7
8 app-shells/rrs: stable for amd64 and the remaining arches using ALLARCHES.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-shells/rrs/rrs-1.70-r2.ebuild | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/app-shells/rrs/rrs-1.70-r2.ebuild b/app-shells/rrs/rrs-1.70-r2.ebuild
16 index 36ca714b57e..3e02c0277d7 100644
17 --- a/app-shells/rrs/rrs-1.70-r2.ebuild
18 +++ b/app-shells/rrs/rrs-1.70-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -11,15 +11,13 @@ SRC_URI="http://www.cycom.se/uploads/36/19/${P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~ppc ~x86"
30 +KEYWORDS="amd64 ppc x86"
31 IUSE="ssl"
32
33 DEPEND="ssl? ( dev-libs/openssl:0= )"
34 RDEPEND="${DEPEND}"
35
36 -PATCH=( "${FILESDIR}"/"${P}"-asneeded.patch)
37 -
38 -DOCS=( CHANGES README )
39 +PATCH=( "${FILESDIR}"/"${P}"-asneeded.patch )
40
41 src_prepare() {
42 default