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:
Lucio Sauer
2024-05-15 01:48:36 +02:00
committed by Julien Roy
parent 5242e245bd
commit 2c446930f0
6 changed files with 21 additions and 24 deletions

View File

@@ -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"

View File

@@ -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"