diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:20:05 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:20:05 +0100 |
commit | 31045c1520590fdbcdeb1e82e7196ebfeb109032 (patch) | |
tree | 0042f44521599c428e9a2e485551b6b7d0339247 /net-proxy | |
parent | net-proxy/squid: destabilise for ppc (diff) | |
download | gentoo-31045c1520590fdbcdeb1e82e7196ebfeb109032.tar.gz gentoo-31045c1520590fdbcdeb1e82e7196ebfeb109032.tar.bz2 gentoo-31045c1520590fdbcdeb1e82e7196ebfeb109032.zip |
net-proxy/squirm: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/squirm/squirm-1.26-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/squirm/squirm-1.26-r1.ebuild b/net-proxy/squirm/squirm-1.26-r1.ebuild index d20f275a0c5b..1cfa2816e0e1 100644 --- a/net-proxy/squirm/squirm-1.26-r1.ebuild +++ b/net-proxy/squirm/squirm-1.26-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="http://squirm.foote.com.au/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="~amd64 ~ppc x86" RDEPEND="net-proxy/squid" DEPEND="${RDEPEND}" |