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 12B061385B0 for ; Sun, 16 Aug 2015 11:30:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07FE0E08E0; Sun, 16 Aug 2015 11:30:35 +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 D99A5E08DD for ; Sun, 16 Aug 2015 11:30:33 +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 A6AEB340A03 for ; Sun, 16 Aug 2015 11:30:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51297116 for ; Sun, 16 Aug 2015 11:30:31 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1439724618.10b43c11887708e2c0cef46022b874b2df521125.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pinentry/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/pinentry/metadata.xml app-crypt/pinentry/pinentry-0.9.0-r3.ebuild app-crypt/pinentry/pinentry-0.9.0.ebuild app-crypt/pinentry/pinentry-0.9.5.ebuild X-VCS-Directories: app-crypt/pinentry/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 10b43c11887708e2c0cef46022b874b2df521125 X-VCS-Branch: master Date: Sun, 16 Aug 2015 11:30:31 +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: 29d036bc-6589-4d7f-ab95-4b120bbeb91c X-Archives-Hash: 6d7199241f0ea41f5402f6b2d7d1cb56 commit: 10b43c11887708e2c0cef46022b874b2df521125 Author: Justin Lecher gentoo org> AuthorDate: Sun Aug 16 11:05:32 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Aug 16 11:30:18 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b43c11 app-crypt/pinentry: Use slot operators for ncurses Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> app-crypt/pinentry/metadata.xml | 8 ++++---- app-crypt/pinentry/pinentry-0.9.0-r3.ebuild | 4 ++-- app-crypt/pinentry/pinentry-0.9.0.ebuild | 4 ++-- app-crypt/pinentry/pinentry-0.9.5.ebuild | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app-crypt/pinentry/metadata.xml b/app-crypt/pinentry/metadata.xml index 3c50ec9..d187040 100644 --- a/app-crypt/pinentry/metadata.xml +++ b/app-crypt/pinentry/metadata.xml @@ -1,8 +1,8 @@ -crypto - - Enable clipboard integration - + crypto + + Enable clipboard integration + diff --git a/app-crypt/pinentry/pinentry-0.9.0-r3.ebuild b/app-crypt/pinentry/pinentry-0.9.0-r3.ebuild index 336343c..959f696 100644 --- a/app-crypt/pinentry/pinentry-0.9.0-r3.ebuild +++ b/app-crypt/pinentry/pinentry-0.9.0-r3.ebuild @@ -19,9 +19,9 @@ RDEPEND=" app-eselect/eselect-pinentry caps? ( sys-libs/libcap ) gtk? ( x11-libs/gtk+:2 ) - ncurses? ( sys-libs/ncurses ) + ncurses? ( sys-libs/ncurses:5= ) qt4? ( >=dev-qt/qtgui-4.4.1:4 ) - static? ( >=sys-libs/ncurses-5.7-r5[static-libs,-gpm] ) + static? ( >=sys-libs/ncurses-5.7-r5:5=[static-libs,-gpm] ) " DEPEND="${RDEPEND} sys-devel/gettext diff --git a/app-crypt/pinentry/pinentry-0.9.0.ebuild b/app-crypt/pinentry/pinentry-0.9.0.ebuild index c772221..115de38 100644 --- a/app-crypt/pinentry/pinentry-0.9.0.ebuild +++ b/app-crypt/pinentry/pinentry-0.9.0.ebuild @@ -19,9 +19,9 @@ RDEPEND=" app-eselect/eselect-pinentry caps? ( sys-libs/libcap ) gtk? ( x11-libs/gtk+:2 ) - ncurses? ( sys-libs/ncurses ) + ncurses? ( sys-libs/ncurses:5= ) qt4? ( >=dev-qt/qtgui-4.4.1:4 ) - static? ( >=sys-libs/ncurses-5.7-r5[static-libs,-gpm] ) + static? ( >=sys-libs/ncurses-5.7-r5:5=[static-libs,-gpm] ) " DEPEND="${RDEPEND} sys-devel/gettext diff --git a/app-crypt/pinentry/pinentry-0.9.5.ebuild b/app-crypt/pinentry/pinentry-0.9.5.ebuild index ef825c2..567f98d 100644 --- a/app-crypt/pinentry/pinentry-0.9.5.ebuild +++ b/app-crypt/pinentry/pinentry-0.9.5.ebuild @@ -21,9 +21,9 @@ RDEPEND=" app-eselect/eselect-pinentry caps? ( sys-libs/libcap ) gtk? ( x11-libs/gtk+:2 ) - ncurses? ( sys-libs/ncurses ) + ncurses? ( sys-libs/ncurses:5= ) qt4? ( >=dev-qt/qtgui-4.4.1:4 ) - static? ( >=sys-libs/ncurses-5.7-r5[static-libs,-gpm] ) + static? ( >=sys-libs/ncurses-5.7-r5:5=[static-libs,-gpm] ) " DEPEND="${RDEPEND} sys-devel/gettext