diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:38:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:19:02 +0100 |
commit | 66ab8b48fa87ecef00214d2dd7236f4b52636b51 (patch) | |
tree | a0c87639da7d0ac73a93a3fc68a2ea62a925c42d /net-dialup | |
parent | net-dialup/speedtouch-usb: eutils-- (diff) | |
download | gentoo-66ab8b48fa87ecef00214d2dd7236f4b52636b51.tar.gz gentoo-66ab8b48fa87ecef00214d2dd7236f4b52636b51.tar.bz2 gentoo-66ab8b48fa87ecef00214d2dd7236f4b52636b51.zip |
net-dialup/xc: explicitly inherit epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/xc/xc-4.3.2-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/xc/xc-4.3.2-r4.ebuild b/net-dialup/xc/xc-4.3.2-r4.ebuild index abb2ee2a085e..7b2b3daae753 100644 --- a/net-dialup/xc/xc-4.3.2-r4.ebuild +++ b/net-dialup/xc/xc-4.3.2-r4.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 flag-o-matic multilib toolchain-funcs +inherit epatch flag-o-matic multilib toolchain-funcs DESCRIPTION="Modem dialout & serial terminal program" HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/" |