diff options
| author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:32:19 -0600 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-03-17 18:16:26 +0000 |
| commit | ec793f923b4f50b823dbc8fa6471ea706c906851 (patch) | |
| tree | 47ea159f401fb2057c137e2424c5bdbd8c0065cd /dev-haskell/hdbc/hdbc-2.4.0.3.ebuild | |
| parent | a57a67276065e5cc9d2774ede00cdf05e5e2d8da (diff) | |
| download | gentoo-ec793f923b4f50b823dbc8fa6471ea706c906851.tar.gz gentoo-ec793f923b4f50b823dbc8fa6471ea706c906851.tar.bz2 gentoo-ec793f923b4f50b823dbc8fa6471ea706c906851.zip | |
dev-haskell/hdbc: 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/hdbc/hdbc-2.4.0.3.ebuild')
| -rw-r--r-- | dev-haskell/hdbc/hdbc-2.4.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/hdbc/hdbc-2.4.0.3.ebuild b/dev-haskell/hdbc/hdbc-2.4.0.3.ebuild index 34fab413d957..ed0a10f5648d 100644 --- a/dev-haskell/hdbc/hdbc-2.4.0.3.ebuild +++ b/dev-haskell/hdbc/hdbc-2.4.0.3.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 @@ -18,7 +18,7 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="2/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="" RESTRICT="test" # Requires unmaintaned dev-haskell/testpack |
