diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 21:22:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:05:18 +0100 |
commit | 472fad69498c53a70ded212605f31558f0132132 (patch) | |
tree | 2040fa65df122e6f159e2cdd040b7f36b1a03257 /x11-libs | |
parent | x11-libs/goocanvas: eutils->epatch (diff) | |
download | gentoo-472fad69498c53a70ded212605f31558f0132132.tar.gz gentoo-472fad69498c53a70ded212605f31558f0132132.tar.bz2 gentoo-472fad69498c53a70ded212605f31558f0132132.zip |
x11-libs/goocanvas: libtool--
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 555928b820eb..f59677deb0f6 100644 --- a/x11-libs/goocanvas/goocanvas-1.0.0.ebuild +++ b/x11-libs/goocanvas/goocanvas-1.0.0.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" + GCONF_DEBUG=no GNOME2_LA_PUNT=yes GNOME_TARBALL_SUFFIX="bz2" - -inherit epatch gnome2 libtool +inherit epatch gnome2 DESCRIPTION="Canvas widget for GTK+ using the cairo 2D library for drawing" HOMEPAGE="https://wiki.gnome.org/Projects/GooCanvas" |