diff options
author | 2021-12-15 12:19:42 +0100 | |
---|---|---|
committer | 2021-12-15 12:19:42 +0100 | |
commit | c0e179f06f96e216252f98ccecdf421b5c96f804 (patch) | |
tree | 34b52c36eb74027f921b05a7f20849f41ebe15c3 /sys-power | |
parent | sys-libs/nss-tls: drop UnusedInherits (diff) | |
download | guru-c0e179f06f96e216252f98ccecdf421b5c96f804.tar.gz guru-c0e179f06f96e216252f98ccecdf421b5c96f804.tar.bz2 guru-c0e179f06f96e216252f98ccecdf421b5c96f804.zip |
sys-power/gwe: drop UnusedInherits
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/gwe/gwe-0.15.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-power/gwe/gwe-0.15.3.ebuild b/sys-power/gwe/gwe-0.15.3.ebuild index 0b602b548..54f1d3892 100644 --- a/sys-power/gwe/gwe-0.15.3.ebuild +++ b/sys-power/gwe/gwe-0.15.3.ebuild @@ -4,7 +4,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..9} ) -inherit xdg gnome2-utils meson python-single-r1 + +inherit xdg meson python-single-r1 DESCRIPTION="NVIDIA settings alternative with overclocking, fan control, and information" HOMEPAGE="https://gitlab.com/leinardi/gwe" |