mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -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,6 +9,8 @@ DESCRIPTION="A cross-platform, complete password management solution"
|
||||
HOMEPAGE="https://enpass.io/"
|
||||
SRC_URI="https://apt.enpass.io/pool/main/e/enpass/enpass_${PV}_amd64.deb"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="Enpass-EULA"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
@@ -21,8 +23,6 @@ RDEPEND="
|
||||
x11-libs/libxkbcommon
|
||||
"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PREBUILT="/opt/enpass/*"
|
||||
|
||||
src_unpack() {
|
||||
|
||||
Reference in New Issue
Block a user