From be8345ef433ab36b69eba6d4431d6fe02e9bd7c7 Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Sun, 29 Nov 2020 19:49:26 +1300 Subject: [PATCH] dev-vcs/gitahead: reorder inherit Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Theo Anderson --- dev-vcs/gitahead/gitahead-2.6.3.ebuild | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/dev-vcs/gitahead/gitahead-2.6.3.ebuild b/dev-vcs/gitahead/gitahead-2.6.3.ebuild index 76c021d07c..dcda35cbf1 100644 --- a/dev-vcs/gitahead/gitahead-2.6.3.ebuild +++ b/dev-vcs/gitahead/gitahead-2.6.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake desktop xdg wrapper +inherit desktop xdg cmake wrapper DESCRIPTION="Graphical Git client to help understand and manage source code history" HOMEPAGE="https://github.com/gitahead/gitahead" @@ -16,10 +16,10 @@ SRC_URI=" https://github.com/commonmark/cmark/archive/f0793895eefc8ca14499831a24abee549a5af53e.tar.gz -> ${P}-dep_cmark_cmark.tar.gz " -RESTRICT="test" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" +RESTRICT="test" RDEPEND=" dev-qt/qtconcurrent:5 @@ -30,9 +30,7 @@ RDEPEND=" dev-qt/qttest:5 dev-qt/qtwidgets:5 " -DEPEND=" - ${RDEPEND} -" +DEPEND="${RDEPEND}" src_unpack() { unpack "${P}.tar.gz" @@ -51,14 +49,6 @@ src_unpack() { done } -src_prepare() { - cmake_src_prepare -} - -src_configure() { - cmake_src_configure -} - src_install() { cd "${BUILD_DIR}" || die