commit:     23a74c129addc52f65d347f850bc35921efb89a9
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 11:00:04 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 11:00:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23a74c12

dev-vcs/gitqlient: drop UnusedInherits

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-vcs/gitqlient/gitqlient-1.4.3.ebuild | 3 +--
 dev-vcs/gitqlient/gitqlient-9999.ebuild  | 5 +----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/dev-vcs/gitqlient/gitqlient-1.4.3.ebuild 
b/dev-vcs/gitqlient/gitqlient-1.4.3.ebuild
index 2caf1d965..f811cc23d 100644
--- a/dev-vcs/gitqlient/gitqlient-1.4.3.ebuild
+++ b/dev-vcs/gitqlient/gitqlient-1.4.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop qmake-utils xdg
+inherit qmake-utils xdg
 
 MY_PN="GitQlient"
 MY_PV=$(ver_rs 3 -)
@@ -17,7 +17,6 @@ S="${WORKDIR}/${MY_PN}-${MY_PV}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE=""
 
 DEPEND="
        dev-qt/qtcore:5

diff --git a/dev-vcs/gitqlient/gitqlient-9999.ebuild 
b/dev-vcs/gitqlient/gitqlient-9999.ebuild
index 278ff0978..0b7f70742 100644
--- a/dev-vcs/gitqlient/gitqlient-9999.ebuild
+++ b/dev-vcs/gitqlient/gitqlient-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop git-r3 qmake-utils xdg
+inherit git-r3 qmake-utils xdg
 
 MY_PN="GitQlient"
 
@@ -12,12 +12,9 @@ HOMEPAGE="https://github.com/francescmm/GitQlient";
 
 #EGIT_BRANCH="develop"
 EGIT_REPO_URI="https://github.com/francescmm/${MY_PN}.git";
-SRC_URI=""
-KEYWORDS=""
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE=""
 
 DEPEND="
        dev-qt/qtcore:5

Reply via email to