diff options
Diffstat (limited to 'net-proxy/polipo/polipo-1.1.1-r4.ebuild')
-rw-r--r-- | net-proxy/polipo/polipo-1.1.1-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/polipo/polipo-1.1.1-r4.ebuild b/net-proxy/polipo/polipo-1.1.1-r4.ebuild index 84b743e00e5c..9a09d049d466 100644 --- a/net-proxy/polipo/polipo-1.1.1-r4.ebuild +++ b/net-proxy/polipo/polipo-1.1.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then KEYWORDS="" else SRC_URI="http://www.pps.jussieu.fr/~jch/software/files/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi inherit ${_GIT} toolchain-funcs user systemd |