From: Thomas Deutschmann Date: Tue, 2 Jan 2018 17:16:43 +0000 (+0100) Subject: app-crypt/argon2: Add sub slot X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=39cad2ec9c9430408275d0234c279fe8ff7cde62;p=gentoo.git app-crypt/argon2: Add sub slot Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- diff --git a/app-crypt/argon2/argon2-20161029-r1.ebuild b/app-crypt/argon2/argon2-20161029-r1.ebuild index 7bc3ecb38fcd..1af92a371835 100644 --- a/app-crypt/argon2/argon2-20161029-r1.ebuild +++ b/app-crypt/argon2/argon2-20161029-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/P-H-C/phc-winner-argon2" SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( Apache-2.0 CC0-1.0 )" -SLOT="0" +SLOT="0/0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="static-libs" diff --git a/app-crypt/argon2/argon2-20171227.ebuild b/app-crypt/argon2/argon2-20171227.ebuild index 93273567ab39..053764e3b4b3 100644 --- a/app-crypt/argon2/argon2-20171227.ebuild +++ b/app-crypt/argon2/argon2-20171227.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/P-H-C/phc-winner-argon2" SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( Apache-2.0 CC0-1.0 )" -SLOT="0" +SLOT="0/1" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="static-libs" diff --git a/app-crypt/argon2/metadata.xml b/app-crypt/argon2/metadata.xml index d4ab4191e921..b877484ca660 100644 --- a/app-crypt/argon2/metadata.xml +++ b/app-crypt/argon2/metadata.xml @@ -10,6 +10,9 @@ Proxy Maintainers Argon2 is a password hashing tool and library that won the Password Hashing Competition (PHC) + + Reflect ABI of libargon2.so. + P-H-C/phc-winner-argon2