diff options
| author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:32:22 -0600 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-03-17 18:16:27 +0000 |
| commit | d5957faad376f043f2cf4d43afef1d713a59b305 (patch) | |
| tree | ad140e1ce85cd14d25274ebd857ac159865abb41 /dev-haskell/hdbc-postgresql | |
| parent | ec793f923b4f50b823dbc8fa6471ea706c906851 (diff) | |
| download | gentoo-d5957faad376f043f2cf4d43afef1d713a59b305.tar.gz gentoo-d5957faad376f043f2cf4d43afef1d713a59b305.tar.bz2 gentoo-d5957faad376f043f2cf4d43afef1d713a59b305.zip | |
dev-haskell/hdbc-postgresql: 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-postgresql')
| -rw-r--r-- | dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild b/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild index 45320035e796..b8d720c5fb1b 100644 --- a/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild +++ b/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.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=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="" RDEPEND=">=dev-db/postgresql-7:* |
