diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-03 11:43:37 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-03 11:43:37 +0000 |
commit | 4ade55d5a955a3933d675adf49b342864a7ce8ec (patch) | |
tree | bb90381ba13893b40c0259e98739113cb9a14cd2 /net-proxy | |
parent | net-misc/iperf: stable 3.9-r1 for ppc (diff) | |
download | gentoo-4ade55d5a955a3933d675adf49b342864a7ce8ec.tar.gz gentoo-4ade55d5a955a3933d675adf49b342864a7ce8ec.tar.bz2 gentoo-4ade55d5a955a3933d675adf49b342864a7ce8ec.zip |
net-proxy/tinyproxy: stable 1.11.0_rc1 for ppc
stable wrt bug #762289
Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/tinyproxy/tinyproxy-1.11.0_rc1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/tinyproxy/tinyproxy-1.11.0_rc1.ebuild b/net-proxy/tinyproxy/tinyproxy-1.11.0_rc1.ebuild index a6027018a5dd..2b63726d31d7 100644 --- a/net-proxy/tinyproxy/tinyproxy-1.11.0_rc1.ebuild +++ b/net-proxy/tinyproxy/tinyproxy-1.11.0_rc1.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 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/tinyproxy/tinyproxy/releases/download/${MY_PV}/${PN} LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~sparc ~x86" IUSE="test debug +filter-proxy reverse-proxy transparent-proxy +upstream-proxy +xtinyproxy-header" |