diff options
author | 2018-04-01 13:03:00 -0400 | |
---|---|---|
committer | 2018-04-01 13:40:45 -0400 | |
commit | 557d301fbdf820e448c49ec15689e69336c65f78 (patch) | |
tree | 87be6e7988b76629b9a9785144ed87dbba275133 /net-libs/ftplib | |
parent | app-cdr/xbiso: amd64 stable (diff) | |
download | gentoo-557d301fbdf820e448c49ec15689e69336c65f78.tar.gz gentoo-557d301fbdf820e448c49ec15689e69336c65f78.tar.bz2 gentoo-557d301fbdf820e448c49ec15689e69336c65f78.zip |
net-libs/ftplib: amd64 stable
Bug: https://bugs.gentoo.org/651918
Package-Manager: Portage-2.3.27, Repoman-2.3.9
Diffstat (limited to 'net-libs/ftplib')
-rw-r--r-- | net-libs/ftplib/ftplib-3.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/ftplib/ftplib-3.1.1.ebuild b/net-libs/ftplib/ftplib-3.1.1.ebuild index dc54756b3b4e..4fba790d9438 100644 --- a/net-libs/ftplib/ftplib-3.1.1.ebuild +++ b/net-libs/ftplib/ftplib-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="${DEB_URI}/${PN}_${MY_PV}.orig.tar.gz LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" S=${WORKDIR}/${PN}-${MY_PV} |