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 73F77139083 for ; Sun, 10 Dec 2017 14:17:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 400AFE11C1; Sun, 10 Dec 2017 14:17:01 +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 1C7A9E11C1 for ; Sun, 10 Dec 2017 14:17:01 +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 5AAB334096C for ; Sun, 10 Dec 2017 14:17:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20E4FAE6B for ; Sun, 10 Dec 2017 14:16:57 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1512915404.35ec93b6b912ad8466be954de7de788516bfd8e6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild X-VCS-Directories: app-pda/pilot-link/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 35ec93b6b912ad8466be954de7de788516bfd8e6 X-VCS-Branch: master Date: Sun, 10 Dec 2017 14:16:57 +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: 722a5411-c96b-405e-9abf-01282fc551cb X-Archives-Hash: 7a701a842749587f28ec47f796662676 commit: 35ec93b6b912ad8466be954de7de788516bfd8e6 Author: David Seifert gentoo org> AuthorDate: Sun Dec 10 14:12:04 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Dec 10 14:16:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ec93b6 app-pda/pilot-link: [QA] Fix dependency.missingslot Package-Manager: Portage-2.3.16, Repoman-2.3.6 app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild b/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild index 4a7518f87df..87cf90a2b96 100644 --- a/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild +++ b/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild @@ -18,12 +18,12 @@ KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-l IUSE="bluetooth debug java perl png python readline static-libs threads usb" COMMON_DEPEND="dev-libs/popt - >=sys-libs/ncurses-5.7-r7 + >=sys-libs/ncurses-5.7-r7:0= virtual/libiconv bluetooth? ( net-wireless/bluez ) perl? ( >=dev-lang/perl-5.12 ) - png? ( media-libs/libpng:0 ) - readline? ( >=sys-libs/readline-6 ) + png? ( media-libs/libpng:0= ) + readline? ( >=sys-libs/readline-6:0= ) usb? ( virtual/libusb:0 )" DEPEND="${COMMON_DEPEND} java? ( >=virtual/jdk-1.4 )"