diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:13:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:18:59 +0100 |
commit | 7a1a76ea81f13738890109551b02c54be2d83a5b (patch) | |
tree | d5ae70579f9426368331504636c5534546a2a10e /net-dialup | |
parent | net-dialup/linux-atm: eutils->epatch (diff) | |
download | gentoo-7a1a76ea81f13738890109551b02c54be2d83a5b.tar.gz gentoo-7a1a76ea81f13738890109551b02c54be2d83a5b.tar.bz2 gentoo-7a1a76ea81f13738890109551b02c54be2d83a5b.zip |
net-dialup/sendpage: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/sendpage/sendpage-1.1.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/sendpage/sendpage-1.1.0-r3.ebuild b/net-dialup/sendpage/sendpage-1.1.0-r3.ebuild index 821ae2e5942f..fa48c9126587 100644 --- a/net-dialup/sendpage/sendpage-1.1.0-r3.ebuild +++ b/net-dialup/sendpage/sendpage-1.1.0-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit perl-module eutils user +inherit perl-module user MY_P=${PN}-1.001 DESCRIPTION="Dialup alphapaging software" |