mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
*/*: fix variable order
Manually went through some entries for `pkgcheck scan -c VariableOrderCheck`. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -8,10 +8,10 @@ HOMEPAGE="https://github.com/ndilieto/uacme"
|
||||
SRC_URI="https://github.com/ndilieto/uacme/archive/upstream/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/uacme-upstream-${PV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
IUSE="gnutls mbedtls +ualpn +man"
|
||||
REQUIRED_USE="gnutls? ( !mbedtls )"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user