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 968261388BF for ; Sun, 10 Jan 2016 10:07:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA9FFE07C9; Sun, 10 Jan 2016 10:07:18 +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 91B32E07C9 for ; Sun, 10 Jan 2016 10:07:18 +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 7374834085D for ; Sun, 10 Jan 2016 10:07:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3E4ECB3 for ; Sun, 10 Jan 2016 10:07:14 +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: <1452420418.a4a9d2302c43df63645c3e0b8f129e0b55c6dcb1.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/lirc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/lirc/lirc-0.9.0-r5.ebuild X-VCS-Directories: app-misc/lirc/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: a4a9d2302c43df63645c3e0b8f129e0b55c6dcb1 X-VCS-Branch: master Date: Sun, 10 Jan 2016 10:07:14 +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: 661d10ed-c5cf-4d01-abea-788eaee300ad X-Archives-Hash: 08403ffe9180b9cb1fb63161761db2a2 commit: a4a9d2302c43df63645c3e0b8f129e0b55c6dcb1 Author: Sven Wegener gentoo org> AuthorDate: Sun Jan 10 10:06:58 2016 +0000 Commit: Sven Wegener gentoo org> CommitDate: Sun Jan 10 10:06:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a9d230 app-misc/lirc/lirc: Add SLOT dep on libftdi Signed-off-by: Sven Wegener gentoo.org> app-misc/lirc/lirc-0.9.0-r5.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/lirc/lirc-0.9.0-r5.ebuild b/app-misc/lirc/lirc-0.9.0-r5.ebuild index 52f34f0..4cbefa6 100644 --- a/app-misc/lirc/lirc-0.9.0-r5.ebuild +++ b/app-misc/lirc/lirc-0.9.0-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -114,8 +114,8 @@ done # adding only compile-time depends DEPEND="${RDEPEND} ${DEPEND} virtual/linux-sources - lirc_devices_ftdi? ( dev-embedded/libftdi ) - lirc_devices_all? ( dev-embedded/libftdi )" + lirc_devices_ftdi? ( dev-embedded/libftdi:0 ) + lirc_devices_all? ( dev-embedded/libftdi:0 )" # adding only run-time depends RDEPEND="${RDEPEND}