diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 15:06:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:05:17 +0100 |
commit | 46587510e59c9b9c04984e6a343ddce48e6d1a64 (patch) | |
tree | 3f5beca054772fb284ab48aa426ccc7af1a176f0 /x11-libs | |
parent | www-servers/resin: eutils->epatch (diff) | |
download | gentoo-46587510e59c9b9c04984e6a343ddce48e6d1a64.tar.gz gentoo-46587510e59c9b9c04984e6a343ddce48e6d1a64.tar.bz2 gentoo-46587510e59c9b9c04984e6a343ddce48e6d1a64.zip |
x11-libs/goocanvas: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/goocanvas/goocanvas-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/goocanvas/goocanvas-1.0.0.ebuild b/x11-libs/goocanvas/goocanvas-1.0.0.ebuild index 21cdeed5f8d9..555928b820eb 100644 --- a/x11-libs/goocanvas/goocanvas-1.0.0.ebuild +++ b/x11-libs/goocanvas/goocanvas-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,7 +6,7 @@ GCONF_DEBUG=no GNOME2_LA_PUNT=yes GNOME_TARBALL_SUFFIX="bz2" -inherit eutils gnome2 libtool +inherit epatch gnome2 libtool DESCRIPTION="Canvas widget for GTK+ using the cairo 2D library for drawing" HOMEPAGE="https://wiki.gnome.org/Projects/GooCanvas" |