diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-02 18:16:43 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-02 18:16:43 +0100 |
commit | 39cad2ec9c9430408275d0234c279fe8ff7cde62 (patch) | |
tree | bcd5d221cb3a394fce636c12a3709d2e298215e1 /app-crypt/argon2 | |
parent | profiles: update the deprecated of Gentoo/FreeBSD 9.1. (diff) | |
download | gentoo-39cad2ec9c9430408275d0234c279fe8ff7cde62.tar.gz gentoo-39cad2ec9c9430408275d0234c279fe8ff7cde62.tar.bz2 gentoo-39cad2ec9c9430408275d0234c279fe8ff7cde62.zip |
app-crypt/argon2: Add sub slot
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-crypt/argon2')
-rw-r--r-- | app-crypt/argon2/argon2-20161029-r1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/argon2/argon2-20171227.ebuild | 2 | ||||
-rw-r--r-- | 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 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 @@ <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> |