dev-vcs/gitqlient: drop UnusedInherits

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan 2021-12-15 12:00:04 +01:00
parent 9e78a96200
commit 23a74c129a
No known key found for this signature in database
GPG Key ID: A2E2304370447E8E
2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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