From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1026692-garchives=archives.gentoo.org@lists.gentoo.org>
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 72735138330
	for <garchives@archives.gentoo.org>; Sun, 27 May 2018 22:31:36 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 16B06E08DA;
	Sun, 27 May 2018 22:31:35 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 E4935E08DA
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 May 2018 22:31:34 +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 E4298335C51
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 May 2018 22:31:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DBE32B2
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 May 2018 22:31:31 +0000 (UTC)
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" <eva@gentoo.org>
Message-ID: <1527460261.3f05ff82cd1036b2bf1e98abce0b802938c4bda9.eva@gentoo>
Subject: [gentoo-commits] proj/gnome:master commit in: games-puzzle/lightsoff/
X-VCS-Repository: proj/gnome
X-VCS-Files: games-puzzle/lightsoff/lightsoff-3.26.0.ebuild
X-VCS-Directories: games-puzzle/lightsoff/
X-VCS-Committer: eva
X-VCS-Committer-Name: Gilles Dartiguelongue
X-VCS-Revision: 3f05ff82cd1036b2bf1e98abce0b802938c4bda9
X-VCS-Branch: master
Date: Sun, 27 May 2018 22:31:31 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 296b29a6-a8aa-4e7b-aed4-6aa95ad42bcb
X-Archives-Hash: 018fdac5fdc2071c012f46bc15e85894

commit:     3f05ff82cd1036b2bf1e98abce0b802938c4bda9
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 22:29:42 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 27 22:31:01 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=3f05ff82

games-puzzle/lightsoff: add missing slot for glib-compile-resources deps

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 games-puzzle/lightsoff/lightsoff-3.26.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/lightsoff/lightsoff-3.26.0.ebuild b/games-puzzle/lightsoff/lightsoff-3.26.0.ebuild
index aa290a99..affffbc7 100644
--- a/games-puzzle/lightsoff/lightsoff-3.26.0.ebuild
+++ b/games-puzzle/lightsoff/lightsoff-3.26.0.ebuild
@@ -24,11 +24,11 @@ DEPEND="${RDEPEND}
 	$(vala_depend)
 	app-text/yelp-tools
 	dev-libs/appstream-glib
-	dev-libs/libxml2
+	dev-libs/libxml2:2
 	>=dev-util/intltool-0.50
 	sys-devel/gettext
 	virtual/pkgconfig
-	x11-libs/gdk-pixbuf
+	x11-libs/gdk-pixbuf:2
 "
 
 src_prepare() {