diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-06-02 21:29:14 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-06-02 21:47:02 -0400 |
commit | bc71b3fb0da0fcbf942f87f8d843794823c6fb0c (patch) | |
tree | 7414795db56e3aa0c86956765737e3dd554c95ca /gnome-base/gnome-session | |
parent | x11-libs/xtrans: Version bump to 1.5.0 (diff) | |
download | gentoo-bc71b3fb0da0fcbf942f87f8d843794823c6fb0c.tar.gz gentoo-bc71b3fb0da0fcbf942f87f8d843794823c6fb0c.tar.bz2 gentoo-bc71b3fb0da0fcbf942f87f8d843794823c6fb0c.zip |
gnome-base/gnome-session: Move x11-libs/xtrans to DEPEND
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-base/gnome-session')
-rw-r--r-- | gnome-base/gnome-session/gnome-session-44.0-r1.ebuild (renamed from gnome-base/gnome-session/gnome-session-44.0.ebuild) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnome-base/gnome-session/gnome-session-44.0.ebuild b/gnome-base/gnome-session/gnome-session-44.0-r1.ebuild index bdbfad778276..4175dadc0812 100644 --- a/gnome-base/gnome-session/gnome-session-44.0.ebuild +++ b/gnome-base/gnome-session/gnome-session-44.0-r1.ebuild @@ -14,7 +14,7 @@ IUSE="doc elogind systemd" # There is a null backend available, thus ?? not ^^ REQUIRED_USE="?? ( elogind systemd )" -DEPEND=" +COMMON_DEPEND=" >=dev-libs/glib-2.46.0:2 >=x11-libs/gtk+-3.22.0:3 x11-libs/libICE @@ -37,7 +37,7 @@ DEPEND=" # xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome below). # sys-apps/dbus[X] is needed for session management. # Our 90-xcursor-theme-gnome reads a setting from gsettings-desktop-schemas. -RDEPEND="${DEPEND} +RDEPEND="${COMMON_DEPEND} >=gnome-base/gnome-settings-daemon-3.35.91 >=gnome-base/gsettings-desktop-schemas-0.1.7 sys-apps/dbus[X] @@ -45,11 +45,13 @@ RDEPEND="${DEPEND} x11-misc/xdg-user-dirs x11-misc/xdg-user-dirs-gtk " +DEPEND="${COMMON_DEPEND} + x11-libs/xtrans +" BDEPEND=" dev-libs/libxslt dev-util/gdbus-codegen >=sys-devel/gettext-0.19.8 - x11-libs/xtrans virtual/pkgconfig doc? ( app-text/xmlto |