diff options
author | Sam James <sam@gentoo.org> | 2021-09-02 22:18:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-03 00:52:12 +0100 |
commit | 692a5e0bdbeda2cd6224aa77f1450dfd288a8899 (patch) | |
tree | f304215f57b2b9cf51183709cb9ab0fbb15f761b /sys-apps | |
parent | sys-apps/gawk: [QA] fix UnusedInherits (diff) | |
download | gentoo-692a5e0bdbeda2cd6224aa77f1450dfd288a8899.tar.gz gentoo-692a5e0bdbeda2cd6224aa77f1450dfd288a8899.tar.bz2 gentoo-692a5e0bdbeda2cd6224aa77f1450dfd288a8899.zip |
sys-apps/kbd: [QA] fix UnusedInherits
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/kbd/kbd-2.4.0.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/kbd/kbd-9999.ebuild | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/sys-apps/kbd/kbd-2.4.0.ebuild b/sys-apps/kbd/kbd-2.4.0.ebuild index bb7dfea2b036..8d60197a756d 100644 --- a/sys-apps/kbd/kbd-2.4.0.ebuild +++ b/sys-apps/kbd/kbd-2.4.0.ebuild @@ -3,8 +3,6 @@ EAPI=7 -inherit pam - if [[ ${PV} == "9999" ]] ; then inherit autotools git-r3 #EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git" diff --git a/sys-apps/kbd/kbd-9999.ebuild b/sys-apps/kbd/kbd-9999.ebuild index ef571616a3ab..b430d89f0657 100644 --- a/sys-apps/kbd/kbd-9999.ebuild +++ b/sys-apps/kbd/kbd-9999.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit pam - if [[ ${PV} == "9999" ]] ; then inherit autotools git-r3 #EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git" |