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 1B4501386F3 for ; Sun, 16 Aug 2015 10:52:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56041142CA; Sun, 16 Aug 2015 10:52:28 +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 CD85D141FE for ; Sun, 16 Aug 2015 10:52:27 +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 A85363406AD for ; Sun, 16 Aug 2015 10:52:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17BFD158 for ; Sun, 16 Aug 2015 10:52:25 +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: <1439722337.7a64c6f9d000a57039bf0c01683d6e19d8f5a1fb.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcdio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libcdio/libcdio-0.92.ebuild dev-libs/libcdio/libcdio-0.93.ebuild X-VCS-Directories: dev-libs/libcdio/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7a64c6f9d000a57039bf0c01683d6e19d8f5a1fb X-VCS-Branch: master Date: Sun, 16 Aug 2015 10:52:25 +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: 0368a866-f27c-4b91-9c61-feafc40bc1db X-Archives-Hash: 91a57dc6d2a1d45767b3d4e59ec58171 commit: 7a64c6f9d000a57039bf0c01683d6e19d8f5a1fb Author: Justin Lecher gentoo org> AuthorDate: Sun Aug 16 10:43:27 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Aug 16 10:52:17 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a64c6f9 dev-libs/libcdio: Use slot operators for ncurses Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-libs/libcdio/libcdio-0.92.ebuild | 4 ++-- dev-libs/libcdio/libcdio-0.93.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libcdio/libcdio-0.92.ebuild b/dev-libs/libcdio/libcdio-0.92.ebuild index 50759e0..f7222b1 100644 --- a/dev-libs/libcdio/libcdio-0.92.ebuild +++ b/dev-libs/libcdio/libcdio-0.92.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ IUSE="cddb +cxx minimal static-libs test" RDEPEND=" !minimal? ( - >=sys-libs/ncurses-5.7-r7 + >=sys-libs/ncurses-5.7-r7:5= cddb? ( >=media-libs/libcddb-1.3.2 ) ) >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}] diff --git a/dev-libs/libcdio/libcdio-0.93.ebuild b/dev-libs/libcdio/libcdio-0.93.ebuild index 35b586f..a06f0f1 100644 --- a/dev-libs/libcdio/libcdio-0.93.ebuild +++ b/dev-libs/libcdio/libcdio-0.93.ebuild @@ -16,7 +16,7 @@ IUSE="cddb +cxx minimal static-libs test" RDEPEND=" !minimal? ( - >=sys-libs/ncurses-5.7-r7 + >=sys-libs/ncurses-5.7-r7:5= cddb? ( >=media-libs/libcddb-1.3.2 ) ) >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]