diff options
author | Patrick Lauer <patrick@gentoo.org> | 2015-01-01 09:21:35 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2015-01-01 09:21:35 +0000 |
commit | 07f917f26908673b5b896465618479562778c734 (patch) | |
tree | be333aef1f4d349dc1dd9ba5f321dc14d453ec48 /games-arcade | |
parent | Stable for sparc, wrt bug #529964 (diff) | |
download | gentoo-2-07f917f26908673b5b896465618479562778c734.tar.gz gentoo-2-07f917f26908673b5b896465618479562778c734.tar.bz2 gentoo-2-07f917f26908673b5b896465618479562778c734.zip |
Whitespace
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/bub-n-bros/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/bub-n-bros/bub-n-bros-1.6.2.ebuild | 11 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-arcade/bub-n-bros/ChangeLog b/games-arcade/bub-n-bros/ChangeLog index e15e013c3982..78fe9bb4d694 100644 --- a/games-arcade/bub-n-bros/ChangeLog +++ b/games-arcade/bub-n-bros/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/bub-n-bros # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v 1.21 2015/01/01 06:01:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v 1.22 2015/01/01 09:21:35 patrick Exp $ + + 01 Jan 2015; Patrick Lauer <patrick@gentoo.org> bub-n-bros-1.6.2.ebuild: + Whitespace *bub-n-bros-1.6.2 (01 Jan 2015) diff --git a/games-arcade/bub-n-bros/bub-n-bros-1.6.2.ebuild b/games-arcade/bub-n-bros/bub-n-bros-1.6.2.ebuild index 32be8f380aa8..95635cff7e49 100644 --- a/games-arcade/bub-n-bros/bub-n-bros-1.6.2.ebuild +++ b/games-arcade/bub-n-bros/bub-n-bros-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/bub-n-bros-1.6.2.ebuild,v 1.1 2015/01/01 06:01:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/bub-n-bros-1.6.2.ebuild,v 1.2 2015/01/01 09:21:35 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -17,9 +17,10 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="dev-python/pygame[${PYTHON_USEDEP}] - ${PYTHON_DEPS}" - RDEPEND=${DEPEND} - REQUIRED_USE=${PYTHON_REQUIRED_USE} + ${PYTHON_DEPS}" +RDEPEND=${DEPEND} + +REQUIRED_USE=${PYTHON_REQUIRED_USE} S=${WORKDIR}/${MY_P} @@ -30,7 +31,7 @@ pkg_setup() { src_prepare() { ecvs_clean - epatch "${FILESDIR}"/${P}-home.patch + epatch "${FILESDIR}"/${P}-home.patch python_fix_shebang . } |