diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ncdc/ncdc-1.22.1.ebuild | 4 |
1 files 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 8377b413dc10..ed9fe7aa2590 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" |