diff options
author | Karel Kočí <cynerd@email.cz> | 2019-03-08 18:12:17 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-03-08 18:12:17 +0100 |
commit | 519bf9955e14332195983e09f6d9bb23d80b7295 (patch) | |
tree | b01d66701ef45486839b802b04acde4d67b150c8 | |
parent | 06542c4911d586e0b4c709f683e030af9f859dae (diff) | |
download | gentoo-personal-overlay-519bf9955e14332195983e09f6d9bb23d80b7295.tar.gz gentoo-personal-overlay-519bf9955e14332195983e09f6d9bb23d80b7295.tar.bz2 gentoo-personal-overlay-519bf9955e14332195983e09f6d9bb23d80b7295.zip |
dev-util/laminar: update by one more commit and try to fix build
-rw-r--r-- | dev-util/laminar/laminar-0.6.0.5.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-util/laminar/laminar-0.6.0.5.ebuild b/dev-util/laminar/laminar-0.6.0.5.ebuild index 6712c35..148a9fe 100644 --- a/dev-util/laminar/laminar-0.6.0.5.ebuild +++ b/dev-util/laminar/laminar-0.6.0.5.ebuild @@ -2,7 +2,7 @@ EAPI=6 inherit cmake-utils -HASHV="b15166e83b695666f61182ac34cbfefd1762501c" +HASHV="bb81931ce9324d6d954e3b5ae42c127753a03868" DESCRIPTION="Lightweight and modular Continuous Integration service for Linux" HOMEPAGE="http://laminar.ohwg.net/" SRC_URI="https://github.com/ohwgiles/${PN}/archive/${HASHV}.tar.gz -> ${P}.tar.gz" @@ -21,7 +21,12 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/laminar-${HASHV}" -MYCMAKEARGS="-DCMAKE_INSTALL_PREFIX=/" +src_configure() { + local mycmakeargs=( + "-DCMAKE_INSTALL_PREFIX=/" + ) + cmake-utils_src_configure +} src_install() { cmake-utils_src_install |