summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2004-09-23 18:27:50 +0000
committerSimon Stelling <blubb@gentoo.org>2004-09-23 18:27:50 +0000
commita8fd84e10888885f9556119c2c9db19ef00c9a31 (patch)
tree79ddf6807be60de67573c08af0ee28cbc4be9c95 /x11-wm/ion2/ion2-20040729.ebuild
parentchanged export function names to match eclass name; bug 65050. (diff)
downloadgentoo-2-a8fd84e10888885f9556119c2c9db19ef00c9a31.tar.gz
gentoo-2-a8fd84e10888885f9556119c2c9db19ef00c9a31.tar.bz2
gentoo-2-a8fd84e10888885f9556119c2c9db19ef00c9a31.zip
~amd64 and fix sandbox issue
Diffstat (limited to 'x11-wm/ion2/ion2-20040729.ebuild')
-rw-r--r--x11-wm/ion2/ion2-20040729.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/ion2/ion2-20040729.ebuild b/x11-wm/ion2/ion2-20040729.ebuild
index 1c3381bd4ed4..9df1bc53c17c 100644
--- a/x11-wm/ion2/ion2-20040729.ebuild
+++ b/x11-wm/ion2/ion2-20040729.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion2/ion2-20040729.ebuild,v 1.4 2004/09/05 19:22:42 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion2/ion2-20040729.ebuild,v 1.5 2004/09/23 18:27:50 blubb Exp $
inherit eutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.iki.fi/tuomov/ion/"
SRC_URI="http://modeemi.fi/~tuomov/ion/dl/ion-2-${PV}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="2"
-KEYWORDS="~alpha ~mips ppc ~sparc x86 hppa"
+KEYWORDS="~alpha ~mips ppc ~sparc x86 hppa ~amd64"
IUSE="xinerama"
DEPEND="virtual/x11
app-misc/run-mailcap
@@ -53,6 +53,8 @@ src_compile() {
src_install() {
make \
+ MODULEDIR=${D}/usr/$(get_libdir)/ion2 \
+ LCDIR=${D}/usr/$(get_libdir)/ion2/lc \
prefix=${D}/usr \
ETCDIR=${D}/etc/X11/ion2 \
SHAREDIR=${D}/usr/share/ion2 \