From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-906129-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 2E92B138332 for <garchives@archives.gentoo.org>; Wed, 12 Oct 2016 18:11:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 631BEE0C22; Wed, 12 Oct 2016 18:11:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 188F0E0C1D for <gentoo-commits@lists.gentoo.org>; Wed, 12 Oct 2016 18:11:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 455B1340EAA for <gentoo-commits@lists.gentoo.org>; Wed, 12 Oct 2016 18:11:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 311B2244E for <gentoo-commits@lists.gentoo.org>; Wed, 12 Oct 2016 18:11:12 +0000 (UTC) From: "Pacho Ramos" <pacho@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, "Pacho Ramos" <pacho@gentoo.org> Message-ID: <1476295864.c53b485f7da6d3b91e6fc69556d1bb62e676359a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/fuse/fuse-1.1.1.ebuild X-VCS-Directories: app-emulation/fuse/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c53b485f7da6d3b91e6fc69556d1bb62e676359a X-VCS-Branch: master Date: Wed, 12 Oct 2016 18:11:12 +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: be06bc44-c7da-4f97-82f2-337ab5c9d944 X-Archives-Hash: 470a24a76aaee6e8bbad22e26843c4fd commit: c53b485f7da6d3b91e6fc69556d1bb62e676359a Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Oct 12 18:10:23 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Oct 12 18:11:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53b485f app-emulation/fuse: Specify proper slots Package-Manager: portage-2.3.1 app-emulation/fuse/fuse-1.1.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/fuse/fuse-1.1.1.ebuild b/app-emulation/fuse/fuse-1.1.1.ebuild index 5ed35a4..f900252 100644 --- a/app-emulation/fuse/fuse-1.1.1.ebuild +++ b/app-emulation/fuse/fuse-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -46,8 +46,8 @@ RDEPEND="~app-emulation/libspectrum-1.1.1 !alsa? ( ao? ( media-libs/libao ) ) joystick? ( media-libs/libjsw ) ) ) ) ) ) dev-libs/glib:2 - png? ( media-libs/libpng sys-libs/zlib ) - xml? ( dev-libs/libxml2 )" + png? ( media-libs/libpng:0= sys-libs/zlib ) + xml? ( dev-libs/libxml2:2 )" DEPEND="${RDEPEND} fbcon? ( virtual/linux-sources ) dev-lang/perl