diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-15 17:34:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-17 15:07:15 +0100 |
commit | 80558608ae111ebddad012e63542db9adb34c5b1 (patch) | |
tree | bfe26f591b9bafe769dbfc886903951d0ae92fd6 /gnome-extra | |
parent | Move {sys-devel → dev-build}/boost-m4 (diff) | |
download | gentoo-80558608ae111ebddad012e63542db9adb34c5b1.tar.gz gentoo-80558608ae111ebddad012e63542db9adb34c5b1.tar.bz2 gentoo-80558608ae111ebddad012e63542db9adb34c5b1.zip |
Move {dev-util → dev-build}/gtk-doc-am
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/34819
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild | 2 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-5.2.9-r1.ebuild | 4 | ||||
-rw-r--r-- | gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild | 4 | ||||
-rw-r--r-- | gnome-extra/libgsf/libgsf-1.14.51.ebuild | 2 | ||||
-rw-r--r-- | gnome-extra/yelp/yelp-42.2-r1.ebuild | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild index 0fc4f2912e87..510677f8b94a 100644 --- a/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild +++ b/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild @@ -27,7 +27,7 @@ RDEPEND=" BDEPEND=" doc? ( app-text/yelp-tools ) dev-util/glib-utils - dev-util/gtk-doc-am + dev-build/gtk-doc-am app-alternatives/lex >=sys-devel/gettext-0.19.7 virtual/pkgconfig diff --git a/gnome-extra/libgda/libgda-5.2.9-r1.ebuild b/gnome-extra/libgda/libgda-5.2.9-r1.ebuild index 047fb144b015..26a101f28429 100644 --- a/gnome-extra/libgda/libgda-5.2.9-r1.ebuild +++ b/gnome-extra/libgda/libgda-5.2.9-r1.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 @@ -59,7 +59,7 @@ DEPEND="${RDEPEND} BDEPEND=" app-text/yelp-tools dev-util/glib-utils - dev-util/gtk-doc-am + dev-build/gtk-doc-am >=dev-util/intltool-0.40.6 virtual/pkgconfig java? ( >=virtual/jdk-1.6 ) diff --git a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild b/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild index 7456d7acc02f..f7edd9c1c383 100644 --- a/gnome-extra/libgsf/libgsf-1.14.50-r1.ebuild +++ b/gnome-extra/libgsf/libgsf-1.14.50-r1.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 @@ -27,7 +27,7 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-1:= ) " DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.12 + >=dev-build/gtk-doc-am-1.12 dev-libs/gobject-introspection-common >=sys-devel/gettext-0.19.6 virtual/pkgconfig diff --git a/gnome-extra/libgsf/libgsf-1.14.51.ebuild b/gnome-extra/libgsf/libgsf-1.14.51.ebuild index 3abb894f8ff0..2b6a32860cd0 100644 --- a/gnome-extra/libgsf/libgsf-1.14.51.ebuild +++ b/gnome-extra/libgsf/libgsf-1.14.51.ebuild @@ -27,7 +27,7 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-1:= ) " DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.12 + >=dev-build/gtk-doc-am-1.12 dev-libs/gobject-introspection-common >=sys-devel/gettext-0.19.6 virtual/pkgconfig diff --git a/gnome-extra/yelp/yelp-42.2-r1.ebuild b/gnome-extra/yelp/yelp-42.2-r1.ebuild index 8f77a5dc5627..0c59c53dd338 100644 --- a/gnome-extra/yelp/yelp-42.2-r1.ebuild +++ b/gnome-extra/yelp/yelp-42.2-r1.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 @@ -29,7 +29,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" dev-libs/appstream-glib - >=dev-util/gtk-doc-am-1.13 + >=dev-build/gtk-doc-am-1.13 dev-util/glib-utils dev-util/itstool >=sys-devel/gettext-0.19.8 |