diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-05-11 00:51:39 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-05-11 00:56:41 +0200 |
commit | 8ce5036c3e16da21e630ba525279492d9111bd52 (patch) | |
tree | 9cf9f6752eb95ccd81559890dc4dc16500abcec8 /www-servers | |
parent | dev-python/pycparser: Enable py3.11 (diff) | |
download | gentoo-8ce5036c3e16da21e630ba525279492d9111bd52.tar.gz gentoo-8ce5036c3e16da21e630ba525279492d9111bd52.tar.bz2 gentoo-8ce5036c3e16da21e630ba525279492d9111bd52.zip |
www-servers/varnish: Drop ~mips
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/varnish/varnish-6.5.2.ebuild | 4 | ||||
-rw-r--r-- | www-servers/varnish/varnish-6.6.1.ebuild | 4 | ||||
-rw-r--r-- | www-servers/varnish/varnish-7.0.1.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/www-servers/varnish/varnish-6.5.2.ebuild b/www-servers/varnish/varnish-6.5.2.ebuild index 887ae91d7519..42bef71981c5 100644 --- a/www-servers/varnish/varnish-6.5.2.ebuild +++ b/www-servers/varnish/varnish-6.5.2.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" @@ -13,7 +13,7 @@ SRC_URI="http://varnish-cache.org/_downloads/${P}.tgz" LICENSE="BSD-2 GPL-2" SLOT="0/2" -KEYWORDS="amd64 ~mips ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="jemalloc jit static-libs" CDEPEND=" diff --git a/www-servers/varnish/varnish-6.6.1.ebuild b/www-servers/varnish/varnish-6.6.1.ebuild index 2f73463cee01..5f1c242c2b34 100644 --- a/www-servers/varnish/varnish-6.6.1.ebuild +++ b/www-servers/varnish/varnish-6.6.1.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" @@ -13,7 +13,7 @@ SRC_URI="http://varnish-cache.org/_downloads/${P}.tgz" LICENSE="BSD-2 GPL-2" SLOT="0/2" -KEYWORDS="amd64 ~mips ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="jemalloc jit static-libs" CDEPEND=" diff --git a/www-servers/varnish/varnish-7.0.1.ebuild b/www-servers/varnish/varnish-7.0.1.ebuild index c8878790c48c..9043508fdaf4 100644 --- a/www-servers/varnish/varnish-7.0.1.ebuild +++ b/www-servers/varnish/varnish-7.0.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://varnish-cache.org/_downloads/${P}.tgz" LICENSE="BSD-2 GPL-2" SLOT="0/2" -KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="jemalloc jit static-libs" CDEPEND=" |