From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5A00138334 for ; Fri, 14 Sep 2018 08:17:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAB5BE0E89; Fri, 14 Sep 2018 08:17:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9880E0E89 for ; Fri, 14 Sep 2018 08:17:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B913D335D06 for ; Fri, 14 Sep 2018 08:17:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC9553D8 for ; Fri, 14 Sep 2018 08:17:20 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1536912926.fb19c07064b611296ba8db937efc9e0a9ec6c861.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-klotski/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild X-VCS-Directories: games-puzzle/gnome-klotski/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: fb19c07064b611296ba8db937efc9e0a9ec6c861 X-VCS-Branch: master Date: Fri, 14 Sep 2018 08:17:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7220003b-f079-49c3-87ac-184a258ddcf1 X-Archives-Hash: ed1eaf2ab76729e6df35bf725bd2c279 commit: fb19c07064b611296ba8db937efc9e0a9ec6c861 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Sep 14 08:05:16 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Sep 14 08:15:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb19c070 games-puzzle/gnome-klotski: 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 games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild b/games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild index 8d225bd382f..0e818bd67ad 100644 --- a/games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild +++ b/games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild @@ -17,15 +17,15 @@ IUSE="" RDEPEND=" >=dev-libs/glib-2.32:2 dev-libs/libgee:0.8= - dev-libs/libgnome-games-support:1 + dev-libs/libgnome-games-support:1= >=gnome-base/librsvg-2.32.0:2 >=x11-libs/gtk+-3.19.0:3 " DEPEND="${RDEPEND} $(vala_depend) - app-text/yelp-tools dev-libs/appstream-glib >=dev-util/intltool-0.50 + dev-util/itstool sys-devel/gettext virtual/pkgconfig "