mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
sys-libs/*: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -5,6 +5,9 @@ EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Eclipse Cyclone DDS project"
|
||||
HOMEPAGE="https://cyclonedds.io/"
|
||||
|
||||
if [[ ${PV} == *9999 ]] ; then
|
||||
EGIT_REPO_URI="https://github.com/eclipse-cyclonedds/cyclonedds.git"
|
||||
inherit git-r3
|
||||
@@ -13,10 +16,6 @@ else
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
S="${WORKDIR}/${P}"
|
||||
DESCRIPTION="Eclipse Cyclone DDS project"
|
||||
HOMEPAGE="https://cyclonedds.io/"
|
||||
|
||||
LICENSE="EPL-2.0"
|
||||
SLOT="0/$(ver_cut 1-2)"
|
||||
IUSE="test ssl shm parser doc examples ipv6 idlc get-kind"
|
||||
|
||||
@@ -5,6 +5,9 @@ EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Eclipse Cyclone DDS project"
|
||||
HOMEPAGE="https://cyclonedds.io/"
|
||||
|
||||
if [[ ${PV} == *9999 ]] ; then
|
||||
EGIT_REPO_URI="https://github.com/eclipse-cyclonedds/cyclonedds.git"
|
||||
inherit git-r3
|
||||
@@ -13,10 +16,6 @@ else
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
S="${WORKDIR}/${P}"
|
||||
DESCRIPTION="Eclipse Cyclone DDS project"
|
||||
HOMEPAGE="https://cyclonedds.io/"
|
||||
|
||||
LICENSE="EPL-2.0"
|
||||
SLOT="0/$(ver_cut 1-2)"
|
||||
IUSE="test ssl shm parser doc examples ipv6 idlc get-kind"
|
||||
|
||||
Reference in New Issue
Block a user