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 BC0DB1384B4 for ; Sat, 19 Dec 2015 17:15:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E872021C07C; Sat, 19 Dec 2015 17:15:03 +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 6460221C07C for ; Sat, 19 Dec 2015 17:15:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1747634074E for ; Sat, 19 Dec 2015 17:15:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0AA2B05 for ; Sat, 19 Dec 2015 17:14:59 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1450542877.bff8acbeb59405986d4bbfb32e2abb5981ae249f.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libsigrok/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libsigrok/libsigrok-9999.ebuild X-VCS-Directories: sci-libs/libsigrok/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: bff8acbeb59405986d4bbfb32e2abb5981ae249f X-VCS-Branch: master Date: Sat, 19 Dec 2015 17:14:59 +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: a6301ba4-19f2-4321-b8a5-c8c1872ba36c X-Archives-Hash: f0eb255863beae9482aa9b4a7cf7dd5a commit: bff8acbeb59405986d4bbfb32e2abb5981ae249f Author: Sven Wegener gentoo org> AuthorDate: Sat Dec 19 16:19:49 2015 +0000 Commit: Sven Wegener gentoo org> CommitDate: Sat Dec 19 16:34:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff8acbe sci-libs/libsigrok: Add missing dependency on glibmm, bug #537998 Signed-off-by: Sven Wegener gentoo.org> sci-libs/libsigrok/libsigrok-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/libsigrok/libsigrok-9999.ebuild b/sci-libs/libsigrok/libsigrok-9999.ebuild index 517ea84..591bef3 100644 --- a/sci-libs/libsigrok/libsigrok-9999.ebuild +++ b/sci-libs/libsigrok/libsigrok-9999.ebuild @@ -24,6 +24,7 @@ IUSE="ftdi serial static-libs test usb" # We also support librevisa, but that isn't in the tree ... LIB_DEPEND=">=dev-libs/glib-2.32.0[static-libs(+)] >=dev-libs/libzip-0.8[static-libs(+)] + dev-cpp/glibmm:2[static-libs(+)] ftdi? ( >=dev-embedded/libftdi-0.16[static-libs(+)] ) serial? ( dev-libs/libserialport[static-libs(+)] ) usb? ( virtual/libusb:1[static-libs(+)] )"