mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -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"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RESTRICT="test"
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
# Doc generation fails
|
# Doc generation fails
|
||||||
# uses app-text/doxygen[dot]
|
# uses app-text/doxygen[dot]
|
||||||
# IUSE="doc"
|
# IUSE="doc"
|
||||||
|
RESTRICT="test"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
dev-libs/expat
|
dev-libs/expat
|
||||||
|
|||||||
@@ -8,9 +8,9 @@ inherit flag-o-matic
|
|||||||
DESCRIPTION="Support for mounting HubiC drive in GNU/Linux"
|
DESCRIPTION="Support for mounting HubiC drive in GNU/Linux"
|
||||||
HOMEPAGE="https://github.com/TurboGit/hubicfuse"
|
HOMEPAGE="https://github.com/TurboGit/hubicfuse"
|
||||||
SRC_URI="https://github.com/TurboGit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/TurboGit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
SLOT="0"
|
|
||||||
|
|
||||||
LICENSE="LGPL-3"
|
LICENSE="LGPL-3"
|
||||||
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
|
|||||||
Reference in New Issue
Block a user