sci-libs/adolc: remove unnecessary blank lines from live ebuild
authorMatthias Maier <tamiko@gentoo.org>
Sat, 12 Aug 2017 21:19:45 +0000 (16:19 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Sat, 12 Aug 2017 21:20:02 +0000 (16:20 -0500)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

sci-libs/adolc/adolc-9999.ebuild

index f9fec42a44031bbdb715468ec5c5c4de02126e9d..c029efc2ea299f014c9799d9fb3b2f919317ce6f 100644 (file)
@@ -10,7 +10,6 @@ MYPN=ADOL-C
 DESCRIPTION="Automatic differentiation system for C/C++"
 HOMEPAGE="https://projects.coin-or.org/ADOL-C/"
 
-
 if [[ ${PV} = *9999* ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://gitlab.com/adol-c/adol-c.git"
@@ -22,7 +21,6 @@ else
        S="${WORKDIR}/${MYPN}-${PV}"
 fi
 
-
 LICENSE="|| ( EPL-1.0 GPL-2 )"
 SLOT="0/2"
 IUSE="mpi sparse static-libs"