summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-22 05:10:29 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-22 05:10:29 +0000
commit7a8c31a3dc42a78f409a28d80b2084d2d5500052 (patch)
tree185742c953c8e64feb202af446aa13f9364408e3 /games-strategy
parentinitial import (diff)
downloadhistorical-7a8c31a3dc42a78f409a28d80b2084d2d5500052.tar.gz
historical-7a8c31a3dc42a78f409a28d80b2084d2d5500052.tar.bz2
historical-7a8c31a3dc42a78f409a28d80b2084d2d5500052.zip
add arts to DEPEND #79020
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/boson/Manifest16
-rw-r--r--games-strategy/boson/boson-0.10.ebuild7
2 files changed, 17 insertions, 6 deletions
diff --git a/games-strategy/boson/Manifest b/games-strategy/boson/Manifest
index 4e23b8bcba5b..44ff31116056 100644
--- a/games-strategy/boson/Manifest
+++ b/games-strategy/boson/Manifest
@@ -1,6 +1,16 @@
-MD5 b42b9dd1ae39afaf3f5148c043354ff9 boson-0.10.ebuild 984
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 3e5e9cf356275f1b526c30d8860dc413 ChangeLog 1909
-MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 d9622e3e6833be6a02f3e89ba6e0f592 boson-0.9.1.ebuild 1070
-MD5 43f16f935098f0d6b11972aa820adbef files/digest-boson-0.10 69
+MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
+MD5 61adea557e029e937797f6fc691714bc boson-0.10.ebuild 996
MD5 08ba6c059fefbd7643a9c2a985e740ca files/digest-boson-0.9.1 70
+MD5 43f16f935098f0d6b11972aa820adbef files/digest-boson-0.10 69
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.14 (GNU/Linux)
+
+iD8DBQFB8eB/roRuSHgZdywRAidlAJ0VzQ7pX59+z3WVXVul7JjPnaWSNACaApqF
+Ov+VNmeHzhkZlgWfGLuz2ZU=
+=9rFC
+-----END PGP SIGNATURE-----
diff --git a/games-strategy/boson/boson-0.10.ebuild b/games-strategy/boson/boson-0.10.ebuild
index c16a8581efc7..7cd3506ca09d 100644
--- a/games-strategy/boson/boson-0.10.ebuild
+++ b/games-strategy/boson/boson-0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation and Thomas Capricelli <orzel@kde.org>
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.10.ebuild,v 1.4 2005/01/14 23:38:07 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.10.ebuild,v 1.5 2005/01/22 05:10:29 vapier Exp $
inherit kde
@@ -15,16 +15,17 @@ IUSE="opengl"
DEPEND="media-libs/lib3ds
>=media-libs/openal-20040303
+ kde-base/arts
opengl? ( virtual/opengl )"
need-kde 3
-S="${WORKDIR}/${PN}-all-${PV}"
+S=${WORKDIR}/${PN}-all-${PV}
src_compile() {
./configure \
--disable-debug \
--with-xinerama \
- `use_with opengl gl` \
+ $(use_with opengl gl) \
--host=${CHOST} \
--prefix=${KDEDIR} \
|| die "./configure failed"