diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:53:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:20:48 +0100 |
commit | f579117ca592669ccf70e187baa13c1c08d8d93a (patch) | |
tree | 377de88bdede926f3743dd3b3347e8e7e339476b /net-print | |
parent | net-print/foomatic-db-ppds: eutils->epatch, eutils-- (diff) | |
download | gentoo-f579117ca592669ccf70e187baa13c1c08d8d93a.tar.gz gentoo-f579117ca592669ccf70e187baa13c1c08d8d93a.tar.bz2 gentoo-f579117ca592669ccf70e187baa13c1c08d8d93a.zip |
net-print/libgnomecups: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/libgnomecups/libgnomecups-0.2.3-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-print/libgnomecups/libgnomecups-0.2.3-r5.ebuild b/net-print/libgnomecups/libgnomecups-0.2.3-r5.ebuild index e8a3dd22b718..ee9b210015d1 100644 --- a/net-print/libgnomecups/libgnomecups-0.2.3-r5.ebuild +++ b/net-print/libgnomecups/libgnomecups-0.2.3-r5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 GCONF_DEBUG="yes" GNOME_TARBALL_SUFFIX="bz2" -inherit autotools eutils gnome2 multilib-minimal +inherit autotools epatch gnome2 multilib-minimal DESCRIPTION="GNOME cups library" HOMEPAGE="https://www.gnome.org/" |