summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-20 02:48:52 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-20 02:48:52 +0000
commit8eae4fd55c0e215226c91d8a1e0707f06d55351a (patch)
treed85f53bac093039519af6b803117fe5fb4cbcd4a /games-strategy
parentStable on sparc wrt #86052 (diff)
downloadhistorical-8eae4fd55c0e215226c91d8a1e0707f06d55351a.tar.gz
historical-8eae4fd55c0e215226c91d8a1e0707f06d55351a.tar.bz2
historical-8eae4fd55c0e215226c91d8a1e0707f06d55351a.zip
update LICENSE #88586 and fix building with userpriv #88567
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/glest/Manifest2
-rw-r--r--games-strategy/glest/glest-1.0.10_p7.ebuild9
2 files changed, 7 insertions, 4 deletions
diff --git a/games-strategy/glest/Manifest b/games-strategy/glest/Manifest
index 6bf9384c4c39..ad7396a2cd07 100644
--- a/games-strategy/glest/Manifest
+++ b/games-strategy/glest/Manifest
@@ -1,5 +1,5 @@
+MD5 62c00e9d1d81606fcc8923e7bfd7f420 glest-1.0.10_p7.ebuild 2320
MD5 577f270924bb7b17f54adc35b39b507b ChangeLog 452
-MD5 d0fce975fd75028d0a7e8f9dacf81fbb glest-1.0.10_p7.ebuild 2261
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 704449ca017fe5f35a53024e3daa2a4c files/digest-glest-1.0.10_p7 306
MD5 cbc9ee2193e3623d8e7fc3a999e7d465 files/glest 498
diff --git a/games-strategy/glest/glest-1.0.10_p7.ebuild b/games-strategy/glest/glest-1.0.10_p7.ebuild
index 7a236134bd5a..15553a7db333 100644
--- a/games-strategy/glest/glest-1.0.10_p7.ebuild
+++ b/games-strategy/glest/glest-1.0.10_p7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-1.0.10_p7.ebuild,v 1.2 2005/04/12 09:39:13 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-1.0.10_p7.ebuild,v 1.3 2005/04/20 02:48:52 vapier Exp $
inherit eutils games
@@ -14,7 +14,7 @@ SRC_URI="http://www.stud.uni-karlsruhe.de/~uxsm/glest-${SOURCEVERSION}-source.ta
linguas_ru? ( http://www.stud.uni-karlsruhe.de/~uxsm/russian.lng )
linguas_dk? ( http://www.stud.uni-karlsruhe.de/~uxsm/dansk.lng )"
-LICENSE="GPL-2"
+LICENSE="GPL-2 glest-data"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc"
IUSE=""
@@ -42,7 +42,10 @@ src_unpack() {
}
src_compile() {
- egamesconf || die
+ egamesconf \
+ --with-vorbis=/usr \
+ --with-ogg=/usr \
+ || die
jam || die "jam failed"
}