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 825E1139694 for ; Sun, 6 Aug 2017 11:15:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69105E0D9E; Sun, 6 Aug 2017 11:15:54 +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 4910DE0D9B for ; Sun, 6 Aug 2017 11:15:54 +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 99822341802 for ; Sun, 6 Aug 2017 11:15:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C507975F6 for ; Sun, 6 Aug 2017 11:15:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1502018144.0dd39049f3cfe6b025d00bec41f7446c4aaba8af.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/fuse-utils/fuse-utils-1.3.3.ebuild X-VCS-Directories: app-emulation/fuse-utils/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0dd39049f3cfe6b025d00bec41f7446c4aaba8af X-VCS-Branch: master Date: Sun, 6 Aug 2017 11:15:50 +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: 27d6c9b5-8114-4451-9285-b56437716831 X-Archives-Hash: e09ff454563b9ae4afffcea3ee0e77f7 commit: 0dd39049f3cfe6b025d00bec41f7446c4aaba8af Author: Jan Ziak <0xe2.0x9a.0x9b gmail com> AuthorDate: Fri Aug 4 12:55:00 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 6 11:15:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd39049 app-emulation/fuse-utils: enforce dependencies app-emulation/fuse-utils/fuse-utils-1.3.3.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-emulation/fuse-utils/fuse-utils-1.3.3.ebuild b/app-emulation/fuse-utils/fuse-utils-1.3.3.ebuild index 5eaa35645eb..935d9d79bbe 100644 --- a/app-emulation/fuse-utils/fuse-utils-1.3.3.ebuild +++ b/app-emulation/fuse-utils/fuse-utils-1.3.3.ebuild @@ -12,8 +12,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="audiofile gcrypt jpeg png zlib" -RDEPEND=">=app-emulation/libspectrum-1.3.5[gcrypt?] - audiofile? ( >=media-libs/audiofile-0.3.6 )" +RDEPEND=">=app-emulation/libspectrum-1.3.5[gcrypt?,zlib?] + audiofile? ( >=media-libs/audiofile-0.3.6 ) + jpeg? ( virtual/jpeg ) + png? ( media-libs/libpng ) + zlib? ( sys-libs/zlib )" DEPEND="${RDEPEND} virtual/pkgconfig"