diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:46:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:20:49 +0100 |
commit | 6333752c49a6b371aee30b55150ac6e170a715fa (patch) | |
tree | 9ea8c9d50454a81afdd46f6e00dc19341bbe3ac3 /net-print | |
parent | net-print/libgnomecups: eutils->epatch (diff) | |
download | gentoo-6333752c49a6b371aee30b55150ac6e170a715fa.tar.gz gentoo-6333752c49a6b371aee30b55150ac6e170a715fa.tar.bz2 gentoo-6333752c49a6b371aee30b55150ac6e170a715fa.zip |
net-print/lm1100: add missing epatch inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/lm1100/lm1100-1.0.2a-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-print/lm1100/lm1100-1.0.2a-r1.ebuild b/net-print/lm1100/lm1100-1.0.2a-r1.ebuild index 507c39e260d8..1521dc21c771 100644 --- a/net-print/lm1100/lm1100-1.0.2a-r1.ebuild +++ b/net-print/lm1100/lm1100-1.0.2a-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="The Tim Engler's Lexmark 1100 driver" HOMEPAGE="http://www.linuxprinting.org/show_driver.cgi?driver=lm1100" @@ -12,13 +12,11 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.gz mirror://gentoo/${PN}maint.tar.gz" #http://www.linuxprinting.org/download/printing/${PN}/${PN}maint.tar.gz #http://www.linuxprinting.org/download/printing/${PN}/${MY_P}.tar.gz +S="${WORKDIR}"/${MY_P} LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -DEPEND="" -S=${WORKDIR}/${MY_P} src_prepare() { epatch "${FILESDIR}/${P}-fix-compile-gcc-3.4.patch"\ |