dev-haskell/hdbc-postgresql: slotmove 2 -> 0

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap
2023-11-17 19:08:27 -07:00
committed by Sam James
parent de25724095
commit 9b9efbd4e2
3 changed files with 3 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/hdbc/hdbc-postgresql"
SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="2/${PV}"
SLOT="0/${PV}"
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""

View File

@@ -19,11 +19,7 @@ HOMEPAGE="https://github.com/hdbc/hdbc-postgresql"
LICENSE="BSD"
# For some reason, the slot was previously set to 2. Changing this could cause
# problems as haskell-updater tries to reinstall a version of the same slot.
# This should be changed at some point, but currently the version in ::gentoo
# is also set to 2.
SLOT="2/${PV}"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND="

View File

@@ -24,3 +24,4 @@ move kde-apps/print-manager kde-plasma/print-manager
move dev-libs/kuserfeedback kde-frameworks/kuserfeedback
move dev-python/pure_eval dev-python/pure-eval
slotmove dev-haskell/extra 2 0
slotmove dev-haskell/hdbc-postgresql 2 0