diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-21 23:53:45 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-21 23:53:45 -0500 |
commit | c12daf398737afa35406f363847032fe6412ec64 (patch) | |
tree | 802ddd52c9415e6225ced93c9d3d173a983a283a /games-arcade/openbubbles | |
parent | clean old (diff) | |
download | gentoo-c12daf398737afa35406f363847032fe6412ec64.tar.gz gentoo-c12daf398737afa35406f363847032fe6412ec64.tar.bz2 gentoo-c12daf398737afa35406f363847032fe6412ec64.zip |
use epatch to apply patch
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-arcade/openbubbles')
-rw-r--r-- | games-arcade/openbubbles/openbubbles-1.2.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
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 |