mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -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:
@@ -9,9 +9,11 @@ DESCRIPTION="Mind-mapping application for Elementary OS."
|
||||
HOMEPAGE="https://github.com/phase1geo/Minder"
|
||||
SRC_URI="https://github.com/phase1geo/Minder/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/Minder-${PV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
app-text/discount
|
||||
@@ -27,8 +29,6 @@ DEPEND="
|
||||
app-text/discount
|
||||
"
|
||||
|
||||
S="${WORKDIR}/Minder-${PV}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
vala_setup
|
||||
|
||||
@@ -9,9 +9,11 @@ DESCRIPTION="Mind-mapping application for Elementary OS."
|
||||
HOMEPAGE="https://github.com/phase1geo/Minder"
|
||||
SRC_URI="https://github.com/phase1geo/Minder/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/Minder-${PV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
app-text/discount
|
||||
@@ -27,8 +29,6 @@ DEPEND="
|
||||
app-text/discount
|
||||
"
|
||||
|
||||
S="${WORKDIR}/Minder-${PV}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
vala_setup
|
||||
|
||||
Reference in New Issue
Block a user