diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild index 415fc5234448..1681587e9695 100644 --- a/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild +++ b/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/dtorrent/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="libressl" S="${WORKDIR}/${MY_P}" |