Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/
Date: Fri, 02 Oct 2015 09:41:28
Message-Id: 1443778873.777e1ce1a63ffa99d56f0b4f47f76dec7925ac88.jlec@gentoo
1 commit: 777e1ce1a63ffa99d56f0b4f47f76dec7925ac88
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 2 07:57:55 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 09:41:13 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=777e1ce1
7
8 media-gfx/asymptote: Add missing slot operator
9
10 Package-Manager: portage-2.2.22
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 media-gfx/asymptote/asymptote-2.32.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-gfx/asymptote/asymptote-2.32.ebuild b/media-gfx/asymptote/asymptote-2.32.ebuild
17 index 41b0a1f..d15bd1c 100644
18 --- a/media-gfx/asymptote/asymptote-2.32.ebuild
19 +++ b/media-gfx/asymptote/asymptote-2.32.ebuild
20 @@ -22,7 +22,7 @@ REQUIRED_USE="
21 offscreen? ( opengl )"
22
23 RDEPEND="
24 - >=sys-libs/ncurses-5.4-r5
25 + >=sys-libs/ncurses-5.4-r5:0=
26 >=sys-libs/readline-4.3-r5:0=
27 imagemagick? ( media-gfx/imagemagick[png] )
28 opengl? ( >=media-libs/mesa-8 )