mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -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,17 +5,19 @@ EAPI=7
|
||||
|
||||
inherit dotnet autotools
|
||||
|
||||
SLOT="3"
|
||||
DESCRIPTION="gtk bindings for mono"
|
||||
LICENSE="GPL-2"
|
||||
HOMEPAGE="https://www.mono-project.com/docs/gui/gtksharp/"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
SRC_URI="https://github.com/mono/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
IUSE="debug"
|
||||
PATCHES=( "${FILESDIR}/${P}-fix-build.patch" )
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="3"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
|
||||
IUSE="debug"
|
||||
RESTRICT="test"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-fix-build.patch" )
|
||||
|
||||
RDEPEND="
|
||||
>=dev-lang/mono-3.0
|
||||
x11-libs/pango
|
||||
|
||||
@@ -14,8 +14,8 @@ SRC_URI="https://github.com/GLibSharp/GtkSharp/archive/refs/tags/${PV}.tar.gz ->
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc ~x86"
|
||||
SLOT="3"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc ~x86"
|
||||
IUSE="+atk +cairo +gdk +gtk +pango"
|
||||
|
||||
REQUIRED_USE="
|
||||
|
||||
Reference in New Issue
Block a user