commit:     dd274c61489ce2642eab1f64df8319e5d7b13271
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  1 16:18:17 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan  1 16:18:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd274c61

net-libs/uhttpmock: move vala deps to BDEPEND

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...tpmock-0.5.5.ebuild => uhttpmock-0.5.5-r1.ebuild} | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/net-libs/uhttpmock/uhttpmock-0.5.5.ebuild 
b/net-libs/uhttpmock/uhttpmock-0.5.5-r1.ebuild
similarity index 91%
rename from net-libs/uhttpmock/uhttpmock-0.5.5.ebuild
rename to net-libs/uhttpmock/uhttpmock-0.5.5-r1.ebuild
index b6283ea2941b..5b8c94ae5da7 100644
--- a/net-libs/uhttpmock/uhttpmock-0.5.5.ebuild
+++ b/net-libs/uhttpmock/uhttpmock-0.5.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,35 +11,29 @@ 
SRC_URI="https://gitlab.freedesktop.org/pwithnall/${PN}/-/archive/${PV}/${P}.tar
 
 LICENSE="LGPL-2+"
 SLOT="0"
-
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
 IUSE="gtk-doc +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
-
 RDEPEND="
        >=dev-libs/glib-2.38.0:2
        >=net-libs/libsoup-2.47.3:2.4
        introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
 "
-DEPEND="${RDEPEND}
-       vala? ( $(vala_depend) )
-"
+DEPEND="${RDEPEND}"
 BDEPEND="
+       >=dev-util/gtk-doc-am-1.14
+       virtual/pkgconfig
        gtk-doc? (
                dev-util/gtk-doc
                app-text/docbook-xml-dtd:4.3
        )
-       >=dev-util/gtk-doc-am-1.14
-       virtual/pkgconfig
+       vala? ( $(vala_depend) )
 "
 
-src_prepare() {
-       default
+src_configure() {
        use vala && vala_setup
-}
 
-src_configure() {
        local emesonargs=(
                $(meson_use introspection)
                $(meson_feature vala vapi)

Reply via email to