commit:     0e080b51a1f2df838a53d14a2ca06a40438c83be
Author:     Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx>
AuthorDate: Wed Jun 18 19:24:35 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jul 25 12:20:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e080b51

gnome-base/gnome-extra-apps: fix pkgcheck warnings

Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx>
Part-of: https://github.com/gentoo/gentoo/pull/35643
Closes: https://github.com/gentoo/gentoo/pull/35643
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-base/gnome-extra-apps/gnome-extra-apps-45.2-r1.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnome-base/gnome-extra-apps/gnome-extra-apps-45.2-r1.ebuild 
b/gnome-base/gnome-extra-apps/gnome-extra-apps-45.2-r1.ebuild
index c97a2c08471e..015479abcb89 100644
--- a/gnome-base/gnome-extra-apps/gnome-extra-apps-45.2-r1.ebuild
+++ b/gnome-base/gnome-extra-apps/gnome-extra-apps-45.2-r1.ebuild
@@ -5,16 +5,19 @@ EAPI=8
 
 DESCRIPTION="Sub-meta package for the applications of GNOME"
 HOMEPAGE="https://www.gnome.org/";
+S=${WORKDIR}
+
 LICENSE="metapackage"
 SLOT="3.0"
-IUSE="+games share +shotwell +tracker"
-
 KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
 
+IUSE="+games share +shotwell +tracker"
+
 # Note to developers:
 # This is a wrapper for the extra apps integrated with GNOME
 # Keep pkg order within a USE flag as upstream releng versions file
-# TODO: Should we keep these here: gnome-dictionary, gucharmap, sound-juicer, 
file-roller, gnome-photos; replace gucharmap with gnome-characters?
+# TODO: Should we keep these here: gnome-dictionary, gucharmap, sound-juicer,
+#      file-roller, gnome-photos; replace gucharmap with gnome-characters?
 # TODO: Add gnome-remote-desktop as replacement for vino that was removed from 
meta in 3.36?
 # TODO: Replace cheese with Snapshot once we have it packaged
 # TODO: Update epiphany min dep
@@ -67,6 +70,3 @@ RDEPEND="
                >=media-sound/gnome-music-45.0
        )
 "
-DEPEND=""
-BDEPEND=""
-S=${WORKDIR}

Reply via email to