app-misc/irtrans-irserver: shorten ebuilds

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@401 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2008-07-19 02:45:59 +00:00
parent dbe9c16fb8
commit ae3a728ecd
3 changed files with 8 additions and 4 deletions

View File

@@ -29,18 +29,18 @@ src_compile() {
append-flags -DLINUX -Icommon
# Set sane defaults
irbuild=irserver_arm_noccf
irserver=irserver
# change variable on arch
if use x86 ; then
irbuild=irserver
irserver=irserver
elif use amd64 ; then
irbuild=irserver64
irserver=irserver64
elif use arm ; then
irbuild=irserver_arm
irserver=irserver
fi
einfo "CFLAGS=\"${CFLAGS}\""