]> git.draconx.ca Git - gentoo-fixes.git/blobdiff - dev-python/pygobject/pygobject-2.28.6-r59.ebuild
dev-python/pygobject: Remove unused eutils inherit.
[gentoo-fixes.git] / dev-python / pygobject / pygobject-2.28.6-r59.ebuild
index 4528fb8f406ecb98c4be58c91b45a3ee6927b4f3..4b2aeef4210857b848bef88d8879978409a69520 100644 (file)
@@ -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
 #
 #   * 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/"