diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-02-17 22:58:18 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-02-17 22:58:46 +0100 |
commit | 8276150e635a0cf0643c6d79601aacd16ee1fa9e (patch) | |
tree | 5dfdc01841289d1f6e5329b64f16f410da68aa89 /net-libs/openslp | |
parent | dev-ruby/archive-tar-minitar: ppc ppc64 stable (bug 607110). (diff) | |
download | gentoo-8276150e635a0cf0643c6d79601aacd16ee1fa9e.tar.gz gentoo-8276150e635a0cf0643c6d79601aacd16ee1fa9e.tar.bz2 gentoo-8276150e635a0cf0643c6d79601aacd16ee1fa9e.zip |
net-libs/openslp: Restore keywords. Let's see how much explodes...
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-libs/openslp')
-rw-r--r-- | net-libs/openslp/openslp-2.0.0-r1.ebuild | 8 |
1 files 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 e4f8d64cd7f6..2d44cf58f6df 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}" |