Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/coinor-utils/
Date: Mon, 07 Mar 2016 08:15:49
Message-Id: 1457338527.b02869496f18098d468416b3ab5d6b645f37516e.soap@gentoo
1 commit: b02869496f18098d468416b3ab5d6b645f37516e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 7 08:15:27 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 7 08:15:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0286949
7
8 sci-libs/coinor-utils: Add missing subslot dependency
9
10 Package-Manager: portage-2.2.27
11
12 sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild b/sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild
16 index bd65cc4..ca9275c 100644
17 --- a/sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild
18 +++ b/sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
26 IUSE="bzip2 doc glpk blas lapack static-libs test zlib"
27
28 RDEPEND="
29 - sys-libs/readline
30 + sys-libs/readline:0=
31 bzip2? ( app-arch/bzip2 )
32 blas? ( virtual/blas )
33 glpk? ( sci-mathematics/glpk:= )