From: Andreas Sturmlechner Date: Sun, 14 Oct 2018 10:46:50 +0000 (+0200) Subject: sci-libs/lemon: Sort DEPENDs, one line per dep, https download X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=84616e1df155ff504471c52a5f6c8976833aa199;p=gentoo.git sci-libs/lemon: Sort DEPENDs, one line per dep, https download Signed-off-by: Andreas Sturmlechner Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- diff --git a/sci-libs/lemon/lemon-1.3-r2.ebuild b/sci-libs/lemon/lemon-1.3-r2.ebuild index 4ebb5c672099..d105113c379f 100644 --- a/sci-libs/lemon/lemon-1.3-r2.ebuild +++ b/sci-libs/lemon/lemon-1.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit cmake-utils DESCRIPTION="C++ template static library of common data structures and algorithms" HOMEPAGE="https://lemon.cs.elte.hu/trac/lemon/" -SRC_URI="http://lemon.cs.elte.hu/pub/sources/${P}.tar.gz" +SRC_URI="https://lemon.cs.elte.hu/pub/sources/${P}.tar.gz" LICENSE="Boost-1.0" SLOT="0" @@ -15,13 +15,19 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="+coin doc glpk static-libs test tools" RDEPEND=" + coin? ( + sci-libs/coinor-cbc:= + sci-libs/coinor-clp:= + ) glpk? ( sci-mathematics/glpk:= ) - coin? ( sci-libs/coinor-cbc:= sci-libs/coinor-clp:= )" +" DEPEND="${RDEPEND} doc? ( + app-doc/doxygen app-text/ghostscript-gpl dev-libs/mathjax - app-doc/doxygen )" + ) +" REQUIRED_USE="|| ( coin glpk )"