diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:39:03 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:19:52 +0000 |
commit | 90eee84458f3523b1c239e68667cb8409cd68555 (patch) | |
tree | f00e54d59fd9e67eeeb3fd654bdaf6af3d08e4e3 /dev-haskell/safe-exceptions | |
parent | dev-haskell/safe: Stabilize for amd64 (diff) | |
download | gentoo-90eee84458f3523b1c239e68667cb8409cd68555.tar.gz gentoo-90eee84458f3523b1c239e68667cb8409cd68555.tar.bz2 gentoo-90eee84458f3523b1c239e68667cb8409cd68555.zip |
dev-haskell/safe-exceptions: 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/safe-exceptions')
-rw-r--r-- | dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild b/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild index 2e3531092079..709c1d605f2d 100644 --- a/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild +++ b/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.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 @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="" RDEPEND=">=dev-haskell/exceptions-0.8:=[profile?] |