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 B55AE138827 for ; Fri, 2 Oct 2015 09:41:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29D3621C016; Fri, 2 Oct 2015 09:41:27 +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 AC6D921C016 for ; Fri, 2 Oct 2015 09:41:26 +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 858B534084C for ; Fri, 2 Oct 2015 09:41:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FCF71FB for ; Fri, 2 Oct 2015 09:41:23 +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: <1443778873.777e1ce1a63ffa99d56f0b4f47f76dec7925ac88.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/asymptote/asymptote-2.32.ebuild X-VCS-Directories: media-gfx/asymptote/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 777e1ce1a63ffa99d56f0b4f47f76dec7925ac88 X-VCS-Branch: master Date: Fri, 2 Oct 2015 09:41:23 +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: f3d92f1c-9b8d-4f3a-a0c0-74704eacae7b X-Archives-Hash: cfe6c0a902faafab472733f89ea5e947 commit: 777e1ce1a63ffa99d56f0b4f47f76dec7925ac88 Author: Justin Lecher gentoo org> AuthorDate: Fri Oct 2 07:57:55 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Oct 2 09:41:13 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=777e1ce1 media-gfx/asymptote: Add missing slot operator Package-Manager: portage-2.2.22 Signed-off-by: Justin Lecher gentoo.org> media-gfx/asymptote/asymptote-2.32.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/asymptote/asymptote-2.32.ebuild b/media-gfx/asymptote/asymptote-2.32.ebuild index 41b0a1f..d15bd1c 100644 --- a/media-gfx/asymptote/asymptote-2.32.ebuild +++ b/media-gfx/asymptote/asymptote-2.32.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE=" offscreen? ( opengl )" RDEPEND=" - >=sys-libs/ncurses-5.4-r5 + >=sys-libs/ncurses-5.4-r5:0= >=sys-libs/readline-4.3-r5:0= imagemagick? ( media-gfx/imagemagick[png] ) opengl? ( >=media-libs/mesa-8 )