diff options
author | 2023-03-15 17:33:37 -0600 | |
---|---|---|
committer | 2023-03-17 18:17:07 +0000 | |
commit | 7db0c835a37749ac826fea612868886b6dd893f2 (patch) | |
tree | 29e0fc79dbb24d66e04d8a907a4fc28752b284cb /dev-haskell/html | |
parent | dev-haskell/hsyaml: Stabilize for amd64 (diff) | |
download | gentoo-7db0c835a37749ac826fea612868886b6dd893f2.tar.gz gentoo-7db0c835a37749ac826fea612868886b6dd893f2.tar.bz2 gentoo-7db0c835a37749ac826fea612868886b6dd893f2.zip |
dev-haskell/html: 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/html')
-rw-r--r-- | dev-haskell/html/html-1.0.1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/html/html-1.0.1.2-r1.ebuild b/dev-haskell/html/html-1.0.1.2-r1.ebuild index 167d4b5e27da..89ef341c66b1 100644 --- a/dev-haskell/html/html-1.0.1.2-r1.ebuild +++ b/dev-haskell/html/html-1.0.1.2-r1.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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:= |