diff options
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.16.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.17.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.16.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.16.ebuild index 493d7ef7263e..5bbe2a45ae27 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.16.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.16.ebuild @@ -1,11 +1,11 @@ -# Copyright 2004-2020 Gentoo Authors +# Copyright 2004-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) inherit autotools multibuild python-any-r1 multilib-minimal -DESCRIPTION="Extended crypt library for descrypt, md5crypt, bcrypt, and others " +DESCRIPTION="Extended crypt library for descrypt, md5crypt, bcrypt, and others" SRC_URI="https://github.com/besser82/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="https://github.com/besser82/libxcrypt" diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.17.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.17.ebuild index 3abf0bf469a0..6d5eb88feb8e 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.17.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.17.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) inherit autotools multibuild python-any-r1 multilib-minimal -DESCRIPTION="Extended crypt library for descrypt, md5crypt, bcrypt, and others " +DESCRIPTION="Extended crypt library for descrypt, md5crypt, bcrypt, and others" SRC_URI="https://github.com/besser82/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="https://github.com/besser82/libxcrypt" |