diff options
Diffstat (limited to 'dev-libs/ppl/ppl-0.12.1.ebuild')
-rw-r--r-- | dev-libs/ppl/ppl-0.12.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/ppl/ppl-0.12.1.ebuild b/dev-libs/ppl/ppl-0.12.1.ebuild index 972f4594e4e1..199bf85370ae 100644 --- a/dev-libs/ppl/ppl-0.12.1.ebuild +++ b/dev-libs/ppl/ppl-0.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ppl/ppl-0.12.1.ebuild,v 1.2 2013/01/08 18:45:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ppl/ppl-0.12.1.ebuild,v 1.3 2013/06/26 04:30:57 dirtyepic Exp $ EAPI="3" @@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="doc lpsol pch static-libs test" RDEPEND=">=dev-libs/gmp-4.1.3[cxx] - lpsol? ( sci-mathematics/glpk ) + lpsol? ( <=sci-mathematics/glpk-4.48 ) !<dev-libs/cloog-ppl-0.15.10" DEPEND="${RDEPEND} sys-devel/m4" |