Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/allegro/
Date: Sun, 10 May 2020 16:53:43
Message-Id: 1589129541.33ab01359e3436dc8e5021edff9a4b525e1548c8.chewi@gentoo
1 commit: 33ab01359e3436dc8e5021edff9a4b525e1548c8
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 10 16:43:11 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun May 10 16:52:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ab0135
7
8 media-libs/allegro: Add SLOT operator to media-libs/dumb dep
9
10 The soname is about to change.
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 media-libs/allegro/allegro-5.2.5.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/media-libs/allegro/allegro-5.2.5.0.ebuild b/media-libs/allegro/allegro-5.2.5.0.ebuild
19 index be007eeb7fb..f461da80f02 100644
20 --- a/media-libs/allegro/allegro-5.2.5.0.ebuild
21 +++ b/media-libs/allegro/allegro-5.2.5.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -21,7 +21,7 @@ REQUIRED_USE="X? ( opengl )
29
30 RDEPEND="
31 alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
32 - dumb? ( >=media-libs/dumb-0.9.3-r2[${MULTILIB_USEDEP}] )
33 + dumb? ( >=media-libs/dumb-0.9.3-r2:=[${MULTILIB_USEDEP}] )
34 flac? ( >=media-libs/flac-1.2.1-r5[${MULTILIB_USEDEP}] )
35 gtk? ( >=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}] )
36 jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )