diff options
-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 |