commit:     af022f77f6b7889345b54dfa15ed6c8c3b180387
Author:     Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Tue Feb  1 03:08:58 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 02:42:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af022f77

gnome-extra/nemo: Switch from doc to gtk-doc

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 gnome-extra/nemo/nemo-5.0.4.ebuild | 8 ++++----
 gnome-extra/nemo/nemo-5.2.4.ebuild | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnome-extra/nemo/nemo-5.0.4.ebuild 
b/gnome-extra/nemo/nemo-5.0.4.ebuild
index 49839c4d1aa3..a64b12d8ae3d 100644
--- a/gnome-extra/nemo/nemo-5.0.4.ebuild
+++ b/gnome-extra/nemo/nemo-5.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 ~riscv x86"
-IUSE="doc exif +nls selinux test tracker xmp"
+IUSE="exif gtk-doc +nls selinux test tracker xmp"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # https://github.com/linuxmint/nemo/issues/2501
@@ -61,7 +61,7 @@ BDEPEND="
        sys-devel/gettext
        virtual/pkgconfig
 
-       doc? ( dev-util/gtk-doc )
+       gtk-doc? ( dev-util/gtk-doc )
 "
 
 PATCHES=(
@@ -97,7 +97,7 @@ src_configure() {
                $(meson_use tracker)
                $(meson_use xmp)
                $(meson_use selinux)
-               $(meson_use doc gtk_doc)
+               $(meson_use gtk-doc gtk_doc)
        )
        meson_src_configure
 }

diff --git a/gnome-extra/nemo/nemo-5.2.4.ebuild 
b/gnome-extra/nemo/nemo-5.2.4.ebuild
index fd4eee2678d3..1eabe047e65b 100644
--- a/gnome-extra/nemo/nemo-5.2.4.ebuild
+++ b/gnome-extra/nemo/nemo-5.2.4.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-IUSE="doc exif +nls selinux test tracker xmp"
+IUSE="exif gtk-doc +nls selinux test tracker xmp"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # https://github.com/linuxmint/nemo/issues/2501
@@ -61,7 +61,7 @@ BDEPEND="
        sys-devel/gettext
        virtual/pkgconfig
 
-       doc? ( dev-util/gtk-doc )
+       gtk-doc? ( dev-util/gtk-doc )
 "
 
 PATCHES=(
@@ -102,7 +102,7 @@ src_configure() {
                $(meson_use tracker)
                $(meson_use xmp)
                $(meson_use selinux)
-               $(meson_use doc gtk_doc)
+               $(meson_use gtk-doc gtk_doc)
        )
        meson_src_configure
 }

Reply via email to