summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@users.noreply.github.com>2023-03-15 17:42:43 -0600
committerSam James <sam@gentoo.org>2023-03-17 18:21:29 +0000
commited977b40ced7efcd4c310581771c0ddda7890c02 (patch)
tree24a0fea2882ffb8a8d9b0a2712541057a379dcda
parentdev-haskell/timezone-series: Stabilize for amd64 (diff)
downloadgentoo-ed977b40ced7efcd4c310581771c0ddda7890c02.tar.gz
gentoo-ed977b40ced7efcd4c310581771c0ddda7890c02.tar.bz2
gentoo-ed977b40ced7efcd4c310581771c0ddda7890c02.zip
dev-haskell/tls: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-haskell/tls/tls-1.5.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/tls/tls-1.5.8.ebuild b/dev-haskell/tls/tls-1.5.8.ebuild
index 1cff5038af62..a237085f3c83 100644
--- a/dev-haskell/tls/tls-1.5.8.ebuild
+++ b/dev-haskell/tls/tls-1.5.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=8
@@ -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="+compat +network"
RDEPEND="dev-haskell/asn1-encoding:=[profile?]