diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-11 15:15:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-11 15:15:33 +0000 |
commit | 17153948b80a01c88a335d925bf374f68bc96fde (patch) | |
tree | 1e104599d25d4bb14639f94fd9790e0147774459 /games-arcade/apricots/apricots-0.2.6-r1.ebuild | |
parent | Respect LDFLAGS. Bug #340139 (diff) | |
download | gentoo-2-17153948b80a01c88a335d925bf374f68bc96fde.tar.gz gentoo-2-17153948b80a01c88a335d925bf374f68bc96fde.tar.bz2 gentoo-2-17153948b80a01c88a335d925bf374f68bc96fde.zip |
tidy
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-arcade/apricots/apricots-0.2.6-r1.ebuild')
-rw-r--r-- | games-arcade/apricots/apricots-0.2.6-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-arcade/apricots/apricots-0.2.6-r1.ebuild b/games-arcade/apricots/apricots-0.2.6-r1.ebuild index bff0b2efba24..84f47b7e5127 100644 --- a/games-arcade/apricots/apricots-0.2.6-r1.ebuild +++ b/games-arcade/apricots/apricots-0.2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/apricots-0.2.6-r1.ebuild,v 1.9 2010/10/11 14:58:49 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/apricots-0.2.6-r1.ebuild,v 1.10 2010/10/11 15:15:33 mr_bones_ Exp $ EAPI=2 inherit autotools eutils games @@ -14,10 +14,9 @@ SLOT="0" KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd" IUSE="" -RDEPEND="media-libs/libsdl +DEPEND="media-libs/libsdl media-libs/openal media-libs/freealut" -DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}"/${P}-freealut.patch \ |