mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
gui-apps/wideriver: Add dependency for dev-util/cmocka
Resolves https://bugs.gentoo.org/975263 Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
@@ -10,6 +10,8 @@ SRC_URI="https://github.com/alex-courtis/wideriver/archive/refs/tags/${PV}.tar.g
|
|||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
|
IUSE="test"
|
||||||
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
dev-libs/wayland
|
dev-libs/wayland
|
||||||
@@ -18,6 +20,9 @@ DEPEND="
|
|||||||
gui-libs/wlroots
|
gui-libs/wlroots
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND="
|
||||||
|
test? ( dev-util/cmocka )
|
||||||
|
"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
emake PREFIX="/usr" DESTDIR="${D}" install
|
emake PREFIX="/usr" DESTDIR="${D}" install
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ SRC_URI="https://github.com/alex-courtis/wideriver/archive/refs/tags/${PV}.tar.g
|
|||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
|
IUSE="test"
|
||||||
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
dev-libs/wayland
|
dev-libs/wayland
|
||||||
@@ -18,6 +20,9 @@ DEPEND="
|
|||||||
gui-libs/wlroots
|
gui-libs/wlroots
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND="
|
||||||
|
test? ( dev-util/cmocka )
|
||||||
|
"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
emake PREFIX="/usr" DESTDIR="${D}" install
|
emake PREFIX="/usr" DESTDIR="${D}" install
|
||||||
|
|||||||
Reference in New Issue
Block a user