Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/generator/
Date: Thu, 31 Oct 2019 07:52:33
Message-Id: 1572508338.d76f27d32a0db0e2219118bca3a86f874d63e870.slyfox@gentoo
1 commit: d76f27d32a0db0e2219118bca3a86f874d63e870
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 31 07:41:16 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 31 07:52:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76f27d3
7
8 games-emulation/generator: restore build-time depends
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 games-emulation/generator/generator-0.35_p4-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/games-emulation/generator/generator-0.35_p4-r1.ebuild b/games-emulation/generator/generator-0.35_p4-r1.ebuild
17 index 14ef210d58a..3c6fe06f5de 100644
18 --- a/games-emulation/generator/generator-0.35_p4-r1.ebuild
19 +++ b/games-emulation/generator/generator-0.35_p4-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -14,7 +14,7 @@ SLOT="0"
27 KEYWORDS="~amd64 ~x86"
28 IUSE="+sdlaudio"
29
30 -RDEPEND="
31 +DEPEND="
32 virtual/jpeg:0
33 media-libs/libsdl[joystick,video]
34 sdlaudio? ( media-libs/libsdl[sound] )