aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucio Sauer <watermanpaint@posteo.net>2024-05-15 02:06:07 +0200
committerJulien Roy <julien@jroy.ca>2024-05-14 20:59:24 -0400
commit4a08fa1805343f3917634c055404d920f53fca24 (patch)
tree7c799572607927847c9e6173fe84285a987e20f1
parentx11-plugins/purple-mm-sms: fix variable order (diff)
downloadguru-4a08fa1805343f3917634c055404d920f53fca24.tar.gz
guru-4a08fa1805343f3917634c055404d920f53fca24.tar.bz2
guru-4a08fa1805343f3917634c055404d920f53fca24.zip
x11-terms/tabby-bin: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Julien Roy <julien@jroy.ca>
-rw-r--r--x11-terms/tabby-bin/tabby-bin-1.0.189.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-terms/tabby-bin/tabby-bin-1.0.189.ebuild b/x11-terms/tabby-bin/tabby-bin-1.0.189.ebuild
index e919fd7bc..8f58a0dcd 100644
--- a/x11-terms/tabby-bin/tabby-bin-1.0.189.ebuild
+++ b/x11-terms/tabby-bin/tabby-bin-1.0.189.ebuild
@@ -14,13 +14,13 @@ SRC_URI="
arm? ( https://github.com/Eugeny/tabby/releases/download/v${PV}/${MY_P}-armhf.tar.gz )
"
+# This needs to be adjusted to allow for arm
+S="${WORKDIR}/${MY_P}-x64"
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm"
-# This needs to be adjusted to allow for arm
-S="${WORKDIR}/${MY_P}-x64"
-
DEPEND="
|| (
>=app-accessibility/at-spi2-core-2.46.0:2