diff options
Diffstat (limited to 'gnome-extra/nemo')
-rw-r--r-- | gnome-extra/nemo/nemo-5.0.4.ebuild | 8 | ||||
-rw-r--r-- | 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 } |