Skip to content

Commit

Permalink
Bump xcb-types requirement and rev python_compat
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Nov 5, 2023
1 parent f656238 commit c87f70a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-python/xcffib/xcffib-1.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{9..11} pypy3 )
PYTHON_COMPAT=( python3_1{0..2} pypy3 )
DISTUTILS_USE_PEP517=setuptools
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"

Expand All @@ -26,7 +26,7 @@ RDEPEND="
>=dev-haskell/mtl-2.1:=[profile?]
>=dev-haskell/optparse-applicative-0.13:=[profile?]
dev-haskell/split:=[profile?]
>=dev-haskell/xcb-types-0.12.0:=[profile?]
>=dev-haskell/xcb-types-0.13.0:=[profile?]
>=dev-lang/ghc-7.6.1:=
dev-python/six[${PYTHON_USEDEP}]
$(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 'python*')
Expand Down

0 comments on commit c87f70a

Please sign in to comment.