commit: 39cad2ec9c9430408275d0234c279fe8ff7cde62 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Tue Jan 2 17:16:43 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Tue Jan 2 17:16:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39cad2ec
app-crypt/argon2: Add sub slot Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-crypt/argon2/argon2-20161029-r1.ebuild | 4 ++-- app-crypt/argon2/argon2-20171227.ebuild | 2 +- app-crypt/argon2/metadata.xml | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app-crypt/argon2/argon2-20161029-r1.ebuild b/app-crypt/argon2/argon2-20161029-r1.ebuild index 7bc3ecb38fc..1af92a37183 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 93273567ab3..053764e3b4b 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 d4ab4191e92..b877484ca66 100644 --- a/app-crypt/argon2/metadata.xml +++ b/app-crypt/argon2/metadata.xml @@ -10,6 +10,9 @@ <name>Proxy Maintainers</name> </maintainer> <longdescription>Argon2 is a password hashing tool and library that won the Password Hashing Competition (PHC)</longdescription> + <slots> + <subslots>Reflect ABI of libargon2.so.</subslots> + </slots> <upstream> <remote-id type="github">P-H-C/phc-winner-argon2</remote-id> </upstream>
