diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:26:07 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:13:26 +0000 |
commit | 75f75aa9a9e60603295dff3e94a8fea28c91a2b5 (patch) | |
tree | f08c9840a31e73a5886b9afc8dfbccd48aa0e3a0 /dev-haskell/attoparsec-iso8601 | |
parent | dev-haskell/attoparsec: Stabilize for amd64 (diff) | |
download | gentoo-75f75aa9a9e60603295dff3e94a8fea28c91a2b5.tar.gz gentoo-75f75aa9a9e60603295dff3e94a8fea28c91a2b5.tar.bz2 gentoo-75f75aa9a9e60603295dff3e94a8fea28c91a2b5.zip |
dev-haskell/attoparsec-iso8601: 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/attoparsec-iso8601')
-rw-r--r-- | dev-haskell/attoparsec-iso8601/attoparsec-iso8601-1.0.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/attoparsec-iso8601/attoparsec-iso8601-1.0.2.1.ebuild b/dev-haskell/attoparsec-iso8601/attoparsec-iso8601-1.0.2.1.ebuild index 4faa89862ebd..d1abf2973fd2 100644 --- a/dev-haskell/attoparsec-iso8601/attoparsec-iso8601-1.0.2.1.ebuild +++ b/dev-haskell/attoparsec-iso8601/attoparsec-iso8601-1.0.2.1.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" RDEPEND=">=dev-haskell/attoparsec-0.14.2:=[profile?] <dev-haskell/attoparsec-0.15:=[profile?] >=dev-haskell/base-compat-batteries-0.10.0:=[profile?] <dev-haskell/base-compat-batteries-0.13:=[profile?] |