commit:     b5fdfd0955488d1bc8481b704c8d8e89c25ceea9
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Sat Dec  9 19:49:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 03:54:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5fdfd09

dev-libs/girara: move test deps to DEPEND

the tests link against libcheck

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Closes: https://github.com/gentoo/gentoo/pull/34186
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/girara/girara-0.4.2.ebuild | 13 +++++++------
 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=(

Reply via email to