From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1015212-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 5BE681382C5 for <garchives@archives.gentoo.org>; Thu, 5 Apr 2018 14:12:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9756DE0DB9; Thu, 5 Apr 2018 14:12:23 +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 7217AE0DB9 for <gentoo-commits@lists.gentoo.org>; Thu, 5 Apr 2018 14:12:23 +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 81278335C09 for <gentoo-commits@lists.gentoo.org>; Thu, 5 Apr 2018 14:12:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 421F227B for <gentoo-commits@lists.gentoo.org>; Thu, 5 Apr 2018 14:12:21 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@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, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1522937529.14ed663ef67b54f8cc43e0639ae639a761c2d0bd.asturm@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.5.2.ebuild X-VCS-Directories: app-emulation/fuse/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 14ed663ef67b54f8cc43e0639ae639a761c2d0bd X-VCS-Branch: master Date: Thu, 5 Apr 2018 14:12:21 +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: 33ef1e64-e547-4172-8781-dd1f2adb6bf2 X-Archives-Hash: e77261f8164cd2163a5d1c7275c9547a commit: 14ed663ef67b54f8cc43e0639ae639a761c2d0bd Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Apr 5 13:49:32 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Apr 5 14:12:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ed663e app-emulation/fuse: Fix RDEPEND sorting Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-emulation/fuse/fuse-1.5.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-emulation/fuse/fuse-1.5.2.ebuild b/app-emulation/fuse/fuse-1.5.2.ebuild index 9670e420ea3..de133ea6992 100644 --- a/app-emulation/fuse/fuse-1.5.2.ebuild +++ b/app-emulation/fuse/fuse-1.5.2.ebuild @@ -15,14 +15,15 @@ IUSE="alsa ao backend-fbcon backend-sdl backend-svga backend-X gpm joystick meml # Only one UI back-end can be enabled at a time REQUIRED_USE="?? ( backend-fbcon backend-sdl backend-svga backend-X )" -RDEPEND=">=app-emulation/libspectrum-1.4.1 +RDEPEND=" + >=app-emulation/libspectrum-1.4.1 + dev-libs/glib:2 alsa? ( media-libs/alsa-lib ) ao? ( media-libs/libao ) backend-sdl? ( media-libs/libsdl ) backend-svga? ( media-libs/svgalib ) backend-X? ( x11-libs/libX11 x11-libs/libXext ) !backend-fbcon? ( !backend-sdl? ( !backend-svga? ( !backend-X? ( x11-libs/gtk+:3 ) ) ) ) - dev-libs/glib:2 gpm? ( sys-libs/gpm ) joystick? ( media-libs/libjsw ) png? ( media-libs/libpng:0= sys-libs/zlib )