diff options
author | Sam James <sam@gentoo.org> | 2021-01-04 03:29:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-04 03:29:35 +0000 |
commit | 3117ca9fb1641cb0387276681ec1ccbcca244be9 (patch) | |
tree | d225fdfc8f8138770a7284311252301ed0bd0499 /net-p2p/ncdc | |
parent | media-libs/libnsgif: Stabilize 0.2.1-r3 amd64, #763426 (diff) | |
download | gentoo-3117ca9fb1641cb0387276681ec1ccbcca244be9.tar.gz gentoo-3117ca9fb1641cb0387276681ec1ccbcca244be9.tar.bz2 gentoo-3117ca9fb1641cb0387276681ec1ccbcca244be9.zip |
net-p2p/ncdc: Stabilize 1.22.1 amd64, #763429
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p/ncdc')
-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" |