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 441511385B0 for ; Sun, 16 Aug 2015 11:30:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37E27E08E2; Sun, 16 Aug 2015 11:30:36 +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 5B514E08E8 for ; Sun, 16 Aug 2015 11:30:35 +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 7DA97340A42 for ; Sun, 16 Aug 2015 11:30:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E02D4162 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: <1439724625.715d60cfd63ed6350b3ce13a020ef85e9e974747.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/aalib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/aalib/aalib-1.4_rc5-r6.ebuild X-VCS-Directories: media-libs/aalib/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 715d60cfd63ed6350b3ce13a020ef85e9e974747 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: 41435042-b338-4746-8d5b-7870e67766b4 X-Archives-Hash: 6e59bef0121650d708c3cd100cc667ff commit: 715d60cfd63ed6350b3ce13a020ef85e9e974747 Author: Justin Lecher gentoo org> AuthorDate: Sun Aug 16 11:21:25 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Aug 16 11:30:25 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715d60cf media-libs/aalib: Use slot operators for ncurses Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> media-libs/aalib/aalib-1.4_rc5-r6.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/aalib/aalib-1.4_rc5-r6.ebuild b/media-libs/aalib/aalib-1.4_rc5-r6.ebuild index 43e8502..c771235 100644 --- a/media-libs/aalib/aalib-1.4_rc5-r6.ebuild +++ b/media-libs/aalib/aalib-1.4_rc5-r6.ebuild @@ -18,10 +18,11 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="X slang gpm static-libs" -RDEPEND="X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] ) +RDEPEND=" + X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] ) gpm? ( >=sys-libs/gpm-1.20.7-r2[${MULTILIB_USEDEP}] ) slang? ( >=sys-libs/slang-2.2.4-r1[${MULTILIB_USEDEP}] ) - >=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}] + >=sys-libs/ncurses-5.9-r3:5=[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND} virtual/pkgconfig