commit:     1e423808250cd771e0b6be5f7dda85dc170208b4
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  2 15:13:21 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Feb  2 15:13:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e423808

app-crypt/argon2: Fix "static-libs" usage

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/argon2/argon2-20160821.ebuild | 4 ++--
 app-crypt/argon2/argon2-20161029.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-crypt/argon2/argon2-20160821.ebuild 
b/app-crypt/argon2/argon2-20160821.ebuild
index 372efd3..8d11ba0 100644
--- a/app-crypt/argon2/argon2-20160821.ebuild
+++ b/app-crypt/argon2/argon2-20160821.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P}
 LICENSE="|| ( Apache-2.0 CC0-1.0 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="-static-libs"
+IUSE="static-libs"
 
 S="${WORKDIR}/phc-winner-${P}"
 PATCHES=(

diff --git a/app-crypt/argon2/argon2-20161029.ebuild 
b/app-crypt/argon2/argon2-20161029.ebuild
index 2658c7b..75fdaed 100644
--- a/app-crypt/argon2/argon2-20161029.ebuild
+++ b/app-crypt/argon2/argon2-20161029.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P}
 LICENSE="|| ( Apache-2.0 CC0-1.0 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="-static-libs"
+IUSE="static-libs"
 
 S="${WORKDIR}/phc-winner-${P}"
 PATCHES=(

Reply via email to