diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:43:44 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:21:50 +0000 |
commit | 682387a07e5b85827b08fd08312b21bb7c93ddbd (patch) | |
tree | 6326516b208a57ae00c0d2b3aaa45288694db73c /dev-haskell | |
parent | dev-haskell/uuid-types: Stabilize for amd64 (diff) | |
download | gentoo-682387a07e5b85827b08fd08312b21bb7c93ddbd.tar.gz gentoo-682387a07e5b85827b08fd08312b21bb7c93ddbd.tar.bz2 gentoo-682387a07e5b85827b08fd08312b21bb7c93ddbd.zip |
dev-haskell/vault: 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/vault/vault-0.3.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/vault/vault-0.3.1.5.ebuild b/dev-haskell/vault/vault-0.3.1.5.ebuild index 35415b147095..13554f873c08 100644 --- a/dev-haskell/vault/vault-0.3.1.5.ebuild +++ b/dev-haskell/vault/vault-0.3.1.5.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 @@ -17,7 +17,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" RDEPEND=">=dev-haskell/hashable-1.1.2.5:=[profile?] <dev-haskell/hashable-1.5:=[profile?] >=dev-haskell/unordered-containers-0.2.3.0:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?] |