diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-12-09 13:49:38 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-21 03:54:57 +0000 |
commit | b5fdfd0955488d1bc8481b704c8d8e89c25ceea9 (patch) | |
tree | 2c9aefadb7bc939331676b783f9be0c4a079cb57 /dev-libs/girara | |
parent | dev-libs/girara: add 0.4.2 (diff) | |
download | gentoo-b5fdfd0955488d1bc8481b704c8d8e89c25ceea9.tar.gz gentoo-b5fdfd0955488d1bc8481b704c8d8e89c25ceea9.tar.bz2 gentoo-b5fdfd0955488d1bc8481b704c8d8e89c25ceea9.zip |
dev-libs/girara: move test deps to DEPEND
the tests link against libcheck
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Closes: https://github.com/gentoo/gentoo/pull/34186
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/girara')
-rw-r--r-- | dev-libs/girara/girara-0.4.2.ebuild | 13 | ||||
-rw-r--r-- | dev-libs/girara/girara-9999.ebuild | 10 |
2 files changed, 12 insertions, 11 deletions
diff --git a/dev-libs/girara/girara-0.4.2.ebuild b/dev-libs/girara/girara-0.4.2.ebuild index 519ea787a08e..769478d9f724 100644 --- a/dev-libs/girara/girara-0.4.2.ebuild +++ b/dev-libs/girara/girara-0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,6 +20,7 @@ fi LICENSE="ZLIB" SLOT="0" IUSE="doc libnotify test" + RESTRICT="!test? ( test )" RDEPEND=" @@ -33,19 +34,19 @@ RDEPEND=" x11-libs/pango libnotify? ( x11-libs/libnotify ) " +# Tests are run under virtx DEPEND=" ${RDEPEND} x11-base/xorg-proto -" -# Tests are run under virtx -BDEPEND=" - virtual/pkgconfig - doc? ( app-doc/doxygen ) test? ( dev-libs/check x11-libs/gtk+:3[X] ) " +BDEPEND=" + virtual/pkgconfig + doc? ( app-text/doxygen ) +" src_configure() { local -a emesonargs=( diff --git a/dev-libs/girara/girara-9999.ebuild b/dev-libs/girara/girara-9999.ebuild index 59dacfd96d69..769478d9f724 100644 --- a/dev-libs/girara/girara-9999.ebuild +++ b/dev-libs/girara/girara-9999.ebuild @@ -34,19 +34,19 @@ RDEPEND=" x11-libs/pango libnotify? ( x11-libs/libnotify ) " +# Tests are run under virtx DEPEND=" ${RDEPEND} x11-base/xorg-proto -" -# Tests are run under virtx -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen ) test? ( dev-libs/check x11-libs/gtk+:3[X] ) " +BDEPEND=" + virtual/pkgconfig + doc? ( app-text/doxygen ) +" src_configure() { local -a emesonargs=( |