diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-03-05 13:52:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-05 20:27:45 +0000 |
commit | b38bf5f3c81d968889af95ddaefcbc74361fb331 (patch) | |
tree | 4b04f8d8045a6f2ba28716c0c4c6561e643a1c61 /sys-libs/libxcrypt | |
parent | sci-calculators/tilp2: remove whitespace (diff) | |
download | gentoo-b38bf5f3c81d968889af95ddaefcbc74361fb331.tar.gz gentoo-b38bf5f3c81d968889af95ddaefcbc74361fb331.tar.bz2 gentoo-b38bf5f3c81d968889af95ddaefcbc74361fb331.zip |
sys-libs/libxcrypt: remove whitespace
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19782
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libxcrypt')
-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" |