mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -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:
@@ -5,19 +5,16 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit bash-completion-r1 xdg-utils
|
||||
inherit bash-completion-r1 git-r3 xdg-utils
|
||||
|
||||
DESCRIPTION="Phoronix's comprehensive, cross-platform testing and benchmark suite"
|
||||
HOMEPAGE="http://www.phoronix-test-suite.com"
|
||||
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
|
||||
EGIT3_STORE_DIR="${T}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
|
||||
EGIT3_STORE_DIR="${T}"
|
||||
inherit git-r3
|
||||
SRC_URI=""
|
||||
|
||||
IUSE="sdl"
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
|
||||
Reference in New Issue
Block a user