diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-10 15:54:01 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-10 15:54:01 +0100 |
commit | dab944da1b5c750e60f898bb578d42e737ca0926 (patch) | |
tree | 5d3c1b99ad636c0583889a165307809f89d9a521 /net-proxy | |
parent | sys-apps/man-db: amd64 stable wrt bug #602588 (diff) | |
download | gentoo-dab944da1b5c750e60f898bb578d42e737ca0926.tar.gz gentoo-dab944da1b5c750e60f898bb578d42e737ca0926.tar.bz2 gentoo-dab944da1b5c750e60f898bb578d42e737ca0926.zip |
net-proxy/polipo: amd64 stable wrt bug #605196
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-proxy')
-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 |