commit: 3117ca9fb1641cb0387276681ec1ccbcca244be9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 4 03:29:35 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 4 03:29:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3117ca9f
net-p2p/ncdc: Stabilize 1.22.1 amd64, #763429
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-p2p/ncdc/ncdc-1.22.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-p2p/ncdc/ncdc-1.22.1.ebuild b/net-p2p/ncdc/ncdc-1.22.1.ebuild
index 8377b413dc1..ed9fe7aa259 100644
--- a/net-p2p/ncdc/ncdc-1.22.1.ebuild
+++ b/net-p2p/ncdc/ncdc-1.22.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then
EGIT_REPO_URI="git://g.blicky.net/ncdc.git"
else
SRC_URI="https://dev.yorhel.nl/download/${P}.tar.gz"
- KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+ KEYWORDS="amd64 ~ppc ~sparc ~x86"
fi
LICENSE="MIT"