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