diff options
author | Oz N Tiram <oz.tiram@gmail.com> | 2022-10-10 11:48:09 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-11-02 16:24:24 +0200 |
commit | 9ca6b0c305369979e65fc58540d7c857361e33d5 (patch) | |
tree | 0c0d18c7ab01faa68b5f5ede6fad11a7e5a38818 /net-ftp | |
parent | net-ftp/uftpd: add init files (diff) | |
download | gentoo-9ca6b0c305369979e65fc58540d7c857361e33d5.tar.gz gentoo-9ca6b0c305369979e65fc58540d7c857361e33d5.tar.bz2 gentoo-9ca6b0c305369979e65fc58540d7c857361e33d5.zip |
net-ftp/uftpd: update EAPI 7 -> 8
Signed-off-by: Oz N Tiram <oz.tiram@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27723
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/uftpd/uftpd-2.15-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-ftp/uftpd/uftpd-2.15-r1.ebuild b/net-ftp/uftpd/uftpd-2.15-r1.ebuild index c191fbf59145..e9fcb3602f42 100644 --- a/net-ftp/uftpd/uftpd-2.15-r1.ebuild +++ b/net-ftp/uftpd/uftpd-2.15-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="The no nonsense TFTP/FTP server" HOMEPAGE="https://github.com/troglobit/uftpd" @@ -33,7 +33,6 @@ src_test() { emake -j 1 check } - src_install() { default newinitd "${FILESDIR}"/uftpd.init uftpd |