From c12daf398737afa35406f363847032fe6412ec64 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Sat, 21 Nov 2015 23:53:45 -0500 Subject: use epatch to apply patch Package-Manager: portage-2.2.20.1 --- games-arcade/openbubbles/openbubbles-1.2.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'games-arcade/openbubbles') diff --git a/games-arcade/openbubbles/openbubbles-1.2.ebuild b/games-arcade/openbubbles/openbubbles-1.2.ebuild index 434c1926a151..7b9811ee2d2c 100644 --- a/games-arcade/openbubbles/openbubbles-1.2.ebuild +++ b/games-arcade/openbubbles/openbubbles-1.2.ebuild @@ -14,11 +14,14 @@ SLOT="0" KEYWORDS="amd64 ~hppa x86 ~x86-fbsd" IUSE="" -DEPEND="media-libs/libsdl - media-libs/sdl-image +DEPEND="media-libs/libsdl[sound,video] + media-libs/sdl-image[png] media-libs/sdl-gfx" -RDEPEND="${DEPEND}" -PATCHES=( "${FILESDIR}"/${P}-glibc2.10.patch ) +RDEPEND=${DEPEND} + +src_prepare() { + epatch "${FILESDIR}"/${P}-glibc2.10.patch +} src_install() { default -- cgit v1.2.3-65-gdbad