diff options
author | Cédric Krier <cedk@gentoo.org> | 2024-01-13 12:33:56 +0100 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2024-01-13 12:33:56 +0100 |
commit | 428d1c7bd765f6dbc63135b5189bd04ed82347ea (patch) | |
tree | 4132242f41a645c592d4a8c2509a23806130cbe8 /dev-vcs | |
parent | dev-vcs/mercurial: add 6.6.2 (diff) | |
download | gentoo-428d1c7bd765f6dbc63135b5189bd04ed82347ea.tar.gz gentoo-428d1c7bd765f6dbc63135b5189bd04ed82347ea.tar.bz2 gentoo-428d1c7bd765f6dbc63135b5189bd04ed82347ea.zip |
dev-vcs/mercurial: remove empty global assignment
Signed-off-by: Cédric Krier <cedk@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/mercurial/mercurial-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index a115fab5a626..a38cb9230332 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,6 @@ EHG_REPO_URI="https://www.mercurial-scm.org/repo/hg" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="" IUSE="+chg emacs gpg test tk rust" BDEPEND=" |