diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-19 07:52:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-19 07:52:53 +0000 |
commit | ff1f070e89b4f7b23daf7420cf6fd85621662e4d (patch) | |
tree | 04f5cd9e148b170318b617eaa1f5d5c927eacedc /games-action | |
parent | tidy; fix some compile warnings (diff) | |
download | gentoo-2-ff1f070e89b4f7b23daf7420cf6fd85621662e4d.tar.gz gentoo-2-ff1f070e89b4f7b23daf7420cf6fd85621662e4d.tar.bz2 gentoo-2-ff1f070e89b4f7b23daf7420cf6fd85621662e4d.zip |
tidy
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/xbomber/xbomber-101.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-action/xbomber/xbomber-101.ebuild b/games-action/xbomber/xbomber-101.ebuild index e7dd57dc2c49..7d562ac866b2 100644 --- a/games-action/xbomber/xbomber-101.ebuild +++ b/games-action/xbomber/xbomber-101.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-action/xbomber/xbomber-101.ebuild,v 1.15 2010/10/19 07:39:11 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xbomber/xbomber-101.ebuild,v 1.16 2010/10/19 07:52:53 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND}" +DEPEND="x11-libs/libX11" src_prepare() { sed -i \ |