diff options
author | James Le Cuirot <chewi@gentoo.org> | 2020-05-10 17:43:11 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-05-10 17:52:21 +0100 |
commit | 33ab01359e3436dc8e5021edff9a4b525e1548c8 (patch) | |
tree | e15c71d4538fadc1f26ed0060a3bba2f24cd31fc /media-libs/allegro | |
parent | games-fps/prboom-plus: Add SLOT operator to media-libs/dumb dep (diff) | |
download | gentoo-33ab01359e3436dc8e5021edff9a4b525e1548c8.tar.gz gentoo-33ab01359e3436dc8e5021edff9a4b525e1548c8.tar.bz2 gentoo-33ab01359e3436dc8e5021edff9a4b525e1548c8.zip |
media-libs/allegro: Add SLOT operator to media-libs/dumb dep
The soname is about to change.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-libs/allegro')
-rw-r--r-- | media-libs/allegro/allegro-5.2.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/allegro/allegro-5.2.5.0.ebuild b/media-libs/allegro/allegro-5.2.5.0.ebuild index be007eeb7fb5..f461da80f02d 100644 --- a/media-libs/allegro/allegro-5.2.5.0.ebuild +++ b/media-libs/allegro/allegro-5.2.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ REQUIRED_USE="X? ( opengl ) RDEPEND=" alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) - dumb? ( >=media-libs/dumb-0.9.3-r2[${MULTILIB_USEDEP}] ) + dumb? ( >=media-libs/dumb-0.9.3-r2:=[${MULTILIB_USEDEP}] ) flac? ( >=media-libs/flac-1.2.1-r5[${MULTILIB_USEDEP}] ) gtk? ( >=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}] ) jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] ) |