aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucio Sauer <watermanpaint@posteo.net>2024-04-26 16:46:35 +0200
committerLucio Sauer <watermanpaint@posteo.net>2024-04-26 16:46:35 +0200
commitf2be215fb991955a99bceb9ba10e5abecd2147ea (patch)
tree1a6a06fb30d548e99fb8ba5182c0a96ad49d553d /dev-dotnet
parentdev-libs/libtypec: fix revision bump (7e6af504b7ecc) (diff)
downloadguru-f2be215fb991955a99bceb9ba10e5abecd2147ea.tar.gz
guru-f2be215fb991955a99bceb9ba10e5abecd2147ea.tar.bz2
guru-f2be215fb991955a99bceb9ba10e5abecd2147ea.zip
*/*: fix variable order
Manually went through some entries for `pkgcheck scan -c VariableOrderCheck`. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild12
-rw-r--r--dev-dotnet/gtk-sharp/gtk-sharp-3.22.2-r2.ebuild2
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild
index a9c1f384e..e3053ec8f 100644
--- a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild
+++ b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild
@@ -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
diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-3.22.2-r2.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-3.22.2-r2.ebuild
index fddc5d664..75a3643d3 100644
--- a/dev-dotnet/gtk-sharp/gtk-sharp-3.22.2-r2.ebuild
+++ b/dev-dotnet/gtk-sharp/gtk-sharp-3.22.2-r2.ebuild
@@ -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="