diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:59:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:18:57 +0100 |
commit | 56e10b3d85129c724920ba906f7d79f9008c5c8d (patch) | |
tree | cb61c413d077d5d3d6dda879ebd8741f337fc5f3 /net-dialup | |
parent | net-dialup/cistronradius: eutils->epatch (diff) | |
download | gentoo-56e10b3d85129c724920ba906f7d79f9008c5c8d.tar.gz gentoo-56e10b3d85129c724920ba906f7d79f9008c5c8d.tar.bz2 gentoo-56e10b3d85129c724920ba906f7d79f9008c5c8d.zip |
net-dialup/fbgetty: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/fbgetty/fbgetty-0.1.698-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/fbgetty/fbgetty-0.1.698-r1.ebuild b/net-dialup/fbgetty/fbgetty-0.1.698-r1.ebuild index ad131bc4778c..aaaf230f6da4 100644 --- a/net-dialup/fbgetty/fbgetty-0.1.698-r1.ebuild +++ b/net-dialup/fbgetty/fbgetty-0.1.698-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="An extended getty for the framebuffer console" HOMEPAGE="http://projects.meuh.org/fbgetty/" |