diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-13 09:11:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-13 09:13:52 +0200 |
commit | 0254da9d4460ba6232bb5d19fa810e28c8a27dd8 (patch) | |
tree | c6d11f8b5c180ede6eb66ad161ee7665b38c4348 /sys-auth | |
parent | dev-python/tqdm: Bump to 4.49.0 (diff) | |
download | gentoo-0254da9d4460ba6232bb5d19fa810e28c8a27dd8.tar.gz gentoo-0254da9d4460ba6232bb5d19fa810e28c8a27dd8.tar.bz2 gentoo-0254da9d4460ba6232bb5d19fa810e28c8a27dd8.zip |
sys-auth/nss-myhostname: Bump to EAPI 7
Closes: https://bugs.gentoo.org/742089
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/nss-myhostname/nss-myhostname-0.3-r1.ebuild (renamed from sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild b/sys-auth/nss-myhostname/nss-myhostname-0.3-r1.ebuild index 7bbf4b083e36..98c2aae63200 100644 --- a/sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild +++ b/sys-auth/nss-myhostname/nss-myhostname-0.3-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI="7" DESCRIPTION="Name Service Switch module for resolving the local hostname" -HOMEPAGE="http://0pointer.de/lennart/projects/nss-myhostname/" -SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz" +HOMEPAGE="https://0pointer.de/lennart/projects/nss-myhostname/" +SRC_URI="https://0pointer.de/lennart/projects/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" @@ -21,6 +21,7 @@ src_prepare() { # The documentation in doc/ is just the README file in other formats sed -e 's:SUBDIRS *= *doc:SUBDIRS =:' -i Makefile.{am,in} || die "sed failed" + default } src_configure() { |