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 DBC82139695 for ; Sat, 8 Jul 2017 00:16:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A57923403E; Sat, 8 Jul 2017 00:16:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1608923403E for ; Sat, 8 Jul 2017 00:16:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3A93F3417E3 for ; Sat, 8 Jul 2017 00:16:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFF2A74A2 for ; Sat, 8 Jul 2017 00:16:08 +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: <1499472924.4ca517c7316052c1deb8449ffeaf7b49040c9031.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgnome-games-support/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgnome-games-support/libgnome-games-support-1.2.1.ebuild X-VCS-Directories: dev-libs/libgnome-games-support/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 4ca517c7316052c1deb8449ffeaf7b49040c9031 X-VCS-Branch: master Date: Sat, 8 Jul 2017 00:16:08 +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: ae352e65-5a2c-4264-8da1-a08f7d4ddd2e X-Archives-Hash: 89d3f29e0bd5ecbf416fcc7050f9bb1d commit: 4ca517c7316052c1deb8449ffeaf7b49040c9031 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Jul 7 23:34:10 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Jul 8 00:15:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca517c7 dev-libs/libgnome-games-support: Update HOMEPAGE and fix typo in DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-libs/libgnome-games-support/libgnome-games-support-1.2.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libgnome-games-support/libgnome-games-support-1.2.1.ebuild b/dev-libs/libgnome-games-support/libgnome-games-support-1.2.1.ebuild index ebd1763e2b1..e397fa31884 100644 --- a/dev-libs/libgnome-games-support/libgnome-games-support-1.2.1.ebuild +++ b/dev-libs/libgnome-games-support/libgnome-games-support-1.2.1.ebuild @@ -5,8 +5,8 @@ EAPI=6 inherit gnome2 -DESCRIPTION="Library for code commong to Gnome games" -HOMEPAGE="https://git.gnome.org/browse/libgames-support/" +DESCRIPTION="Library for code common to Gnome games" +HOMEPAGE="https://git.gnome.org/browse/libgnome-games-support/" LICENSE="LGPL-3+" SLOT="1/2" @@ -14,8 +14,8 @@ KEYWORDS="amd64 x86" IUSE="" RDEPEND=" - >=dev-libs/glib-2.40:2 dev-libs/libgee:0.8= + >=dev-libs/glib-2.40:2 >=x11-libs/gtk+-3.19.2:3 " DEPEND="${DEPEND}