aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucio Sauer <watermanpaint@posteo.net>2024-04-28 00:49:50 +0200
committerJulien Roy <julien@jroy.ca>2024-05-13 18:18:20 -0400
commite9e9388f65f2f389b86eaf1183088395c399f605 (patch)
tree104302248c4ce69653222a5486a3d29401783351 /dev-vcs/gitahead/gitahead-2.7.1.ebuild
parentdev-util/*: fix variable order (diff)
downloadguru-e9e9388f65f2f389b86eaf1183088395c399f605.tar.gz
guru-e9e9388f65f2f389b86eaf1183088395c399f605.tar.bz2
guru-e9e9388f65f2f389b86eaf1183088395c399f605.zip
dev-vcs/*: fix variable order
I manually went through some entries for `pkgcheck scan -c VariableOrderCheck`. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-vcs/gitahead/gitahead-2.7.1.ebuild')
-rw-r--r--dev-vcs/gitahead/gitahead-2.7.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-vcs/gitahead/gitahead-2.7.1.ebuild b/dev-vcs/gitahead/gitahead-2.7.1.ebuild
index 5408b298d..c8283cc38 100644
--- a/dev-vcs/gitahead/gitahead-2.7.1.ebuild
+++ b/dev-vcs/gitahead/gitahead-2.7.1.ebuild
@@ -21,8 +21,9 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-RESTRICT="test"
+
IUSE="gnome-keyring"
+RESTRICT="test"
RDEPEND="
app-text/cmark:=