net-libs/openslp: Restore keywords. Let's see how much explodes...
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 17 Feb 2017 21:58:18 +0000 (22:58 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 17 Feb 2017 21:58:46 +0000 (22:58 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-libs/openslp/openslp-2.0.0-r1.ebuild

index e4f8d64cd7f633d02cb91a225a35903a23b9eb4f..2d44cf58f6dfee1f1cda920de08410fa9dcbfe00 100644 (file)
@@ -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}"