summaryrefslogtreecommitdiff
path: root/dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild
diff options
context:
space:
mode:
authorhololeap <hololeap@users.noreply.github.com>2023-03-15 17:32:25 -0600
committerSam James <sam@gentoo.org>2023-03-17 18:16:28 +0000
commit3e33a88fecc29a41f5e72911e25ed469a2e81604 (patch)
tree451959c9adaff4d79857500ce663d1cff5cec0bb /dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild
parentd5957faad376f043f2cf4d43afef1d713a59b305 (diff)
downloadgentoo-3e33a88fecc29a41f5e72911e25ed469a2e81604.tar.gz
gentoo-3e33a88fecc29a41f5e72911e25ed469a2e81604.tar.bz2
gentoo-3e33a88fecc29a41f5e72911e25ed469a2e81604.zip
dev-haskell/hdbc-sqlite3: 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-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild')
-rw-r--r--dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild b/dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild
index 69e57d8eba3b..b2069c66fa96 100644
--- a/dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild
+++ b/dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.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="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="+splitbase"
RDEPEND=">=dev-db/sqlite-3.0