From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42D3B139085 for ; Thu, 2 Feb 2017 15:13:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FC2621C0A3; Thu, 2 Feb 2017 15:13:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B3EB21C0A3 for ; Thu, 2 Feb 2017 15:13:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 356D8340A23 for ; Thu, 2 Feb 2017 15:13:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1BC93B9E for ; Thu, 2 Feb 2017 15:13:29 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1486048401.1e423808250cd771e0b6be5f7dda85dc170208b4.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/argon2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/argon2/argon2-20160821.ebuild app-crypt/argon2/argon2-20161029.ebuild X-VCS-Directories: app-crypt/argon2/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 1e423808250cd771e0b6be5f7dda85dc170208b4 X-VCS-Branch: master Date: Thu, 2 Feb 2017 15:13:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e9eee0a5-9c60-48db-ac0a-80c5afdab9a6 X-Archives-Hash: 91d397bb33dc7684397a1bb9d4e10c21 commit: 1e423808250cd771e0b6be5f7dda85dc170208b4 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Feb 2 15:13:21 2017 +0000 Commit: Thomas Deutschmann gentoo 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=(