diff options
author | 2024-04-28 00:49:50 +0200 | |
---|---|---|
committer | 2024-05-13 18:18:20 -0400 | |
commit | e9e9388f65f2f389b86eaf1183088395c399f605 (patch) | |
tree | 104302248c4ce69653222a5486a3d29401783351 /dev-vcs/gitahead/gitahead-2.7.1.ebuild | |
parent | dev-util/*: fix variable order (diff) | |
download | guru-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.ebuild | 3 |
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:= |