diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-09-14 10:52:20 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-09-14 11:15:21 +0300 |
commit | 819da2cd90095d230dc7c43df84bd06e708c2ea7 (patch) | |
tree | 70127ec4ee13bd146bac9454c4adfb98b96da6af /games-arcade | |
parent | net-misc/streamlink: add missing isodate dependency (diff) | |
download | gentoo-819da2cd90095d230dc7c43df84bd06e708c2ea7.tar.gz gentoo-819da2cd90095d230dc7c43df84bd06e708c2ea7.tar.bz2 gentoo-819da2cd90095d230dc7c43df84bd06e708c2ea7.zip |
games-arcade/gnome-robots: use subslot operator for libgnome-games-support
libgnome-games-support-1.4.x will bump soname
Also downgrade yelp-tools dep to just itstool while here (yelp-tools is only
for developers, so an eautoreconf dep only, if even that).
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild b/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild index 6ed2c64fda21..3b32736470b9 100644 --- a/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild +++ b/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild @@ -14,15 +14,15 @@ IUSE="" RDEPEND=" >=dev-libs/glib-2.32:2 - dev-libs/libgnome-games-support:1 + dev-libs/libgnome-games-support:1= >=gnome-base/librsvg-2.36.2:2 >=media-libs/libcanberra-0.26[gtk3] >=x11-libs/gtk+-3.15:3 " DEPEND="${RDEPEND} - app-text/yelp-tools dev-libs/appstream-glib >=dev-util/intltool-0.50 + dev-util/itstool sys-devel/gettext virtual/pkgconfig " |