diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:44:40 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:22:12 +0000 |
commit | 49b4e7813ae0ff778342229ae54a32bed7a33450 (patch) | |
tree | edeb01c53a849c1a0a3c0676d96533711758e54c /dev-haskell | |
parent | dev-haskell/x509-validation: Stabilize for amd64 (diff) | |
download | gentoo-49b4e7813ae0ff778342229ae54a32bed7a33450.tar.gz gentoo-49b4e7813ae0ff778342229ae54a32bed7a33450.tar.bz2 gentoo-49b4e7813ae0ff778342229ae54a32bed7a33450.zip |
dev-haskell/xml: 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')
-rw-r--r-- | dev-haskell/xml/xml-1.3.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/xml/xml-1.3.14.ebuild b/dev-haskell/xml/xml-1.3.14.ebuild index 4697b3f8324d..9dea9b4b0b4d 100644 --- a/dev-haskell/xml/xml-1.3.14.ebuild +++ b/dev-haskell/xml/xml-1.3.14.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 @@ -14,7 +14,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="" RDEPEND="dev-haskell/text:=[profile?] |