From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0A6161384B4 for ; Mon, 14 Dec 2015 23:39:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8784E21C050; Mon, 14 Dec 2015 23:39:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED20B21C050 for ; Mon, 14 Dec 2015 23:39:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60CDF3403A3 for ; Mon, 14 Dec 2015 23:39:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F367D9A1 for ; Mon, 14 Dec 2015 23:39:43 +0000 (UTC) From: "Gilles Dartiguelongue" 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" Message-ID: <1450136375.96441a8f92489e16acfd568a5517d14456712f37.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/simple-scan/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/simple-scan/simple-scan-3.18.2.ebuild X-VCS-Directories: media-gfx/simple-scan/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 96441a8f92489e16acfd568a5517d14456712f37 X-VCS-Branch: master Date: Mon, 14 Dec 2015 23:39:43 +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: d3c6142c-628b-42c5-8220-5981874d599b X-Archives-Hash: b1068fbe42b06909766cc83a850a204c commit: 96441a8f92489e16acfd568a5517d14456712f37 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Dec 14 23:38:43 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Dec 14 23:39:35 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96441a8f media-gfx/simple-scan: add missing USE-dependency on libgusb, bug #568066 Package-Manager: portage-2.2.26 media-gfx/simple-scan/simple-scan-3.18.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/simple-scan/simple-scan-3.18.2.ebuild b/media-gfx/simple-scan/simple-scan-3.18.2.ebuild index 113fe00..a60ff94 100644 --- a/media-gfx/simple-scan/simple-scan-3.18.2.ebuild +++ b/media-gfx/simple-scan/simple-scan-3.18.2.ebuild @@ -21,7 +21,7 @@ IUSE="colord" COMMON_DEPEND=" >=dev-libs/glib-2.32:2 - dev-libs/libgusb + dev-libs/libgusb[vala] >=media-gfx/sane-backends-1.0.20:= >=sys-libs/zlib-1.2.3.1:= virtual/jpeg:0=