commit: 8276150e635a0cf0643c6d79601aacd16ee1fa9e Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri Feb 17 21:58:18 2017 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri Feb 17 21:58:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8276150e
net-libs/openslp: Restore keywords. Let's see how much explodes... Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-libs/openslp/openslp-2.0.0-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-libs/openslp/openslp-2.0.0-r1.ebuild b/net-libs/openslp/openslp-2.0.0-r1.ebuild index e4f8d64cd7..2d44cf58f6 100644 --- a/net-libs/openslp/openslp-2.0.0-r1.ebuild +++ b/net-libs/openslp/openslp-2.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,13 +12,13 @@ SRC_URI="mirror://sourceforge/openslp/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="libressl" RESTRICT="test" DEPEND=" - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) " RDEPEND="${DEPEND}"