diff options
author | 2023-03-15 17:33:57 -0600 | |
---|---|---|
committer | 2023-03-17 18:17:18 +0000 | |
commit | 0e0a6b03ef95a52b24f8ded3761137580a0b6b45 (patch) | |
tree | fddc5a418ef89626aa7135012cbea8aa880ce0b4 /dev-haskell/http-date | |
parent | dev-haskell/http-conduit: Stabilize for amd64 (diff) | |
download | gentoo-0e0a6b03ef95a52b24f8ded3761137580a0b6b45.tar.gz gentoo-0e0a6b03ef95a52b24f8ded3761137580a0b6b45.tar.bz2 gentoo-0e0a6b03ef95a52b24f8ded3761137580a0b6b45.zip |
dev-haskell/http-date: 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/http-date')
-rw-r--r-- | dev-haskell/http-date/http-date-0.0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/http-date/http-date-0.0.8.ebuild b/dev-haskell/http-date/http-date-0.0.8.ebuild index 0f791df74f89..6ddd73edf8e5 100644 --- a/dev-haskell/http-date/http-date-0.0.8.ebuild +++ b/dev-haskell/http-date/http-date-0.0.8.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="" RESTRICT=test # Ambiguous module name ‘Data.Time’: it was found in multiple packages: pulseaudio-0.0.2.1 time-1.8.0.2 |