mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
net-fs/*: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -16,12 +16,12 @@ else
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
RESTRICT="test"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
# Doc generation fails
|
||||
# uses app-text/doxygen[dot]
|
||||
# IUSE="doc"
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/expat
|
||||
|
||||
@@ -8,9 +8,9 @@ inherit flag-o-matic
|
||||
DESCRIPTION="Support for mounting HubiC drive in GNU/Linux"
|
||||
HOMEPAGE="https://github.com/TurboGit/hubicfuse"
|
||||
SRC_URI="https://github.com/TurboGit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SLOT="0"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
|
||||
Reference in New Issue
Block a user