diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-11-28 01:01:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-11-28 01:01:43 +0000 |
commit | 73ed16568819ea749ea2a680f02265f5cf404d42 (patch) | |
tree | ba895f3aa18f42bb9e4fb959373c1b551a303cb8 | |
parent | tidy (diff) | |
download | gentoo-2-73ed16568819ea749ea2a680f02265f5cf404d42.tar.gz gentoo-2-73ed16568819ea749ea2a680f02265f5cf404d42.tar.bz2 gentoo-2-73ed16568819ea749ea2a680f02265f5cf404d42.zip |
tidy
(Portage version: 2.1.9.24/cvs/Linux i686)
-rw-r--r-- | games-util/glbsp/glbsp-2.24.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-util/glbsp/glbsp-2.24.ebuild b/games-util/glbsp/glbsp-2.24.ebuild index 1006b6510e33..62753c3d19ae 100644 --- a/games-util/glbsp/glbsp-2.24.ebuild +++ b/games-util/glbsp/glbsp-2.24.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-util/glbsp/glbsp-2.24.ebuild,v 1.1 2010/11/25 10:58:59 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/glbsp-2.24.ebuild,v 1.2 2010/11/28 01:01:43 mr_bones_ Exp $ EAPI=2 inherit eutils toolchain-funcs versionator @@ -15,9 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="fltk" -RDEPEND="fltk? ( x11-libs/fltk:1.1 )" -DEPEND="${RDEPEND}" -S="${WORKDIR}"/${P}-source +DEPEND="fltk? ( x11-libs/fltk:1.1 )" + +S=${WORKDIR}/${P}-source src_prepare() { epatch "${FILESDIR}"/${P}-ldflags.patch |