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 1DDAB13832E for ; Wed, 3 Aug 2016 11:42:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69622E0B3D; Wed, 3 Aug 2016 11:41:55 +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 A5B18E0B4D for ; Wed, 3 Aug 2016 11:41: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D67E7340A9C for ; Wed, 3 Aug 2016 11:41:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D695243E for ; Wed, 3 Aug 2016 11:41:50 +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: <1470224121.05bc3c900a7060004678bffbf362e779c51bbd97.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libserialport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libserialport/libserialport-9999.ebuild X-VCS-Directories: dev-libs/libserialport/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 05bc3c900a7060004678bffbf362e779c51bbd97 X-VCS-Branch: master Date: Wed, 3 Aug 2016 11:41: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: 94e3e437-7f00-4e2f-b59a-279fa154f24c X-Archives-Hash: 0bab5f50c251cb6713d1ecdc10a639ba commit: 05bc3c900a7060004678bffbf362e779c51bbd97 Author: Sven Wegener gentoo org> AuthorDate: Wed Aug 3 11:30:36 2016 +0000 Commit: Sven Wegener gentoo org> CommitDate: Wed Aug 3 11:35:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bc3c90 dev-libs/libserialport: Remove udev USE flag from live ebuild Package-Manager: portage-2.2.28 Signed-off-by: Sven Wegener gentoo.org> dev-libs/libserialport/libserialport-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-libs/libserialport/libserialport-9999.ebuild b/dev-libs/libserialport/libserialport-9999.ebuild index 40ff567..88a9f51 100644 --- a/dev-libs/libserialport/libserialport-9999.ebuild +++ b/dev-libs/libserialport/libserialport-9999.ebuild @@ -19,9 +19,9 @@ HOMEPAGE="http://sigrok.org/wiki/Libserialport" LICENSE="LGPL-3" SLOT="0" -IUSE="static-libs udev" +IUSE="static-libs" -RDEPEND="udev? ( virtual/libudev )" +RDEPEND="" DEPEND="${RDEPEND} virtual/pkgconfig" @@ -31,9 +31,7 @@ src_prepare() { } src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_with udev libudev) + econf $(use_enable static-libs static) } src_install() {