summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-11-09 01:01:29 +1100
committerMichael Palimaka <kensington@gentoo.org>2012-11-09 01:01:29 +1100
commitab614a7f33ba978c1e403fff086f47170f44949d (patch)
tree7065364531b21f8ee093c3bf8648c9a19fd6eef0 /dev-libs/box2d
parent[dev-libs/d0_blind_id] Drop <herd>no-herd</herd>. Migrate to virtual/pkgconfig. (diff)
downloadgamerlay-ab614a7f33ba978c1e403fff086f47170f44949d.tar.gz
gamerlay-ab614a7f33ba978c1e403fff086f47170f44949d.tar.bz2
gamerlay-ab614a7f33ba978c1e403fff086f47170f44949d.zip
[dev-libs/box2d] Whitespace.
Package-Manager: portage-2.1.11.31 Manifest-Sign-Key: 675D0D2C
Diffstat (limited to 'dev-libs/box2d')
-rw-r--r--dev-libs/box2d/box2d-2.1.2.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-libs/box2d/box2d-2.1.2.ebuild b/dev-libs/box2d/box2d-2.1.2.ebuild
index f0d1861..4f6402a 100644
--- a/dev-libs/box2d/box2d-2.1.2.ebuild
+++ b/dev-libs/box2d/box2d-2.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -9,9 +9,6 @@ MY_PN=Box2D
CMAKE_MIN_VERSION=2.8
inherit cmake-utils eutils
-
-IUSE=""
-
DESCRIPTION="Box2D is an open source physics engine written primarily for games."
HOMEPAGE="http://www.box2d.org"
SRC_URI="http://box2d.googlecode.com/files/${MY_PN}_v${PV}.zip"
@@ -27,10 +24,8 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}"/${MY_PN}_v${PV}/${MY_PN}
-src_configure()
-{
+src_configure() {
mycmakeargs="${mycmakeargs} -DBOX2D_BUILD_SHARED=ON"
cmake-utils_src_configure
}
-