diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-15 10:12:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-15 10:39:04 +0100 |
commit | dbf516071347552f163cadcaf2e12034da367a32 (patch) | |
tree | 7625df139725de867f5fb38b547bb22cd6464541 /dev-python/pygame | |
parent | dev-python/pygame: Remove the unmaintained live ebuild (diff) | |
download | gentoo-dbf516071347552f163cadcaf2e12034da367a32.tar.gz gentoo-dbf516071347552f163cadcaf2e12034da367a32.tar.bz2 gentoo-dbf516071347552f163cadcaf2e12034da367a32.zip |
dev-python/pygame: Require tiff support in sdl2-image
Closes: https://bugs.gentoo.org/790113
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pygame')
-rw-r--r-- | dev-python/pygame/pygame-2.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pygame/pygame-2.1.2.ebuild b/dev-python/pygame/pygame-2.1.2.ebuild index cbcc38720110..0a8ee188120a 100644 --- a/dev-python/pygame/pygame-2.1.2.ebuild +++ b/dev-python/pygame/pygame-2.1.2.ebuild @@ -30,7 +30,7 @@ RDEPEND="dev-python/numpy[${PYTHON_USEDEP}] !X? ( >=media-libs/libsdl2-1.2.5[threads] )" DEPEND="${RDEPEND} test? ( - media-libs/sdl2-image[gif,jpeg,png] + media-libs/sdl2-image[gif,jpeg,png,tiff] media-libs/sdl2-mixer[mp3,vorbis,wav] )" # fontconfig used for fc-list |