diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:33:54 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:17:16 +0000 |
commit | edfb50a552a6badc9119b088bbf63f5002d9b52f (patch) | |
tree | 9f502f078871d3aeb09a7e5a0d48498c7150bd25 /dev-haskell/http-conduit | |
parent | dev-haskell/http-client-tls: Stabilize for amd64 (diff) | |
download | gentoo-edfb50a552a6badc9119b088bbf63f5002d9b52f.tar.gz gentoo-edfb50a552a6badc9119b088bbf63f5002d9b52f.tar.bz2 gentoo-edfb50a552a6badc9119b088bbf63f5002d9b52f.zip |
dev-haskell/http-conduit: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/http-conduit')
-rw-r--r-- | dev-haskell/http-conduit/http-conduit-2.3.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/http-conduit/http-conduit-2.3.8.ebuild b/dev-haskell/http-conduit/http-conduit-2.3.8.ebuild index 926ec7746444..3d3e7e51ef4d 100644 --- a/dev-haskell/http-conduit/http-conduit-2.3.8.ebuild +++ b/dev-haskell/http-conduit/http-conduit-2.3.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="" RESTRICT=test # needs network |