summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-08-12 12:01:00 +0000
committerMike Frysinger <vapier@gentoo.org>2014-08-12 12:01:00 +0000
commit3a0b2675b6dacc0fb8a1232fd1ff323195d71255 (patch)
tree7d1f091e347c96cf8e44e53706e359125b3d88a4 /games-fps/quake3/quake3-9999.ebuild
parentAdd ia64 love #509216 by Émeric Maschino. (diff)
downloadgentoo-2-3a0b2675b6dacc0fb8a1232fd1ff323195d71255.tar.gz
gentoo-2-3a0b2675b6dacc0fb8a1232fd1ff323195d71255.tar.bz2
gentoo-2-3a0b2675b6dacc0fb8a1232fd1ff323195d71255.zip
Add ia64 love and simplify my_platform logic #509216 by Émeric Maschino.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'games-fps/quake3/quake3-9999.ebuild')
-rw-r--r--games-fps/quake3/quake3-9999.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/games-fps/quake3/quake3-9999.ebuild b/games-fps/quake3/quake3-9999.ebuild
index 754e9f316cb1..1bb51af685da 100644
--- a/games-fps/quake3/quake3-9999.ebuild
+++ b/games-fps/quake3/quake3-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.27 2014/05/24 21:04:32 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.28 2014/08/12 12:01:00 vapier Exp $
# quake3-9999 -> latest git
# quake3-9999.REV -> use git REV
@@ -60,10 +60,7 @@ my_arch() {
}
my_platform() {
- case "${ARCH}" in
- alpha|amd64|ppc|x86) echo "linux" ;;
- x86-fbsd) echo "freebsd" ;;
- esac
+ usex kernel_linux linux freebsd
}
src_compile() {