commit:     84616e1df155ff504471c52a5f6c8976833aa199
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 14 10:46:50 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 13:35:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84616e1d

sci-libs/lemon: Sort DEPENDs, one line per dep, https download

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sci-libs/lemon/lemon-1.3-r2.ebuild | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/sci-libs/lemon/lemon-1.3-r2.ebuild 
b/sci-libs/lemon/lemon-1.3-r2.ebuild
index 4ebb5c67209..d105113c379 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 )"
 

Reply via email to