X-Git-Url: https://git.draconx.ca/gitweb/gentoo-fixes.git/blobdiff_plain/ba66119ce393fd577b80b3a1f4bd09014434cfd4..91f84350cb5246e8f099a729a2104d31c0789d63:/dev-python/pygobject/pygobject-2.28.6-r59.ebuild diff --git a/dev-python/pygobject/pygobject-2.28.6-r59.ebuild b/dev-python/pygobject/pygobject-2.28.6-r59.ebuild index 4528fb8..4b2aeef 100644 --- a/dev-python/pygobject/pygobject-2.28.6-r59.ebuild +++ b/dev-python/pygobject/pygobject-2.28.6-r59.ebuild @@ -1,11 +1,5 @@ -# Copyright © 2020-2022 Nick Bowler -# -# License GPLv2+: GNU General Public License version 2 or any later version. -# This is free software: you are free to change and redistribute it. -# There is NO WARRANTY, to the extent permitted by law. -# -# This is a modified version of the original ebuild from Gentoo GNU/Linux, -# covered by the following copyright and permission notice: +# This ebuild is a modified version of the work originally distributed with +# Gentoo GNU/Linux, covered by the following copyright and permission notice: # # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 @@ -14,13 +8,14 @@ # # * Resurrect python2 version installable alongside newer version (2020-11) # * Avoid python eclasses as there is no more python2 support (2022-12) +# * Drop unused eutils inherit (2023-09) EAPI=7 GNOME2_LA_PUNT=yes GNOME2_EAUTORECONF=yes -inherit autotools eutils virtualx gnome2 +inherit autotools virtualx gnome2 DESCRIPTION="GLib's GObject library bindings for Python 2" HOMEPAGE="http://www.pygtk.org/"