summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-06-01 17:31:45 +0000
committerHans de Graaff <graaff@gentoo.org>2009-06-01 17:31:45 +0000
commitac6181fc4afdebfba3dba5502c5e5cc31889a7de (patch)
tree0ed19fbfd269689c476672aa3041d5aaf9c162ba
parentAlso support old xemacs hierarchy. Switch to EAPI=2. Provide some info on Xft. (diff)
downloademacs-ac6181fc4afdebfba3dba5502c5e5cc31889a7de.tar.gz
emacs-ac6181fc4afdebfba3dba5502c5e5cc31889a7de.tar.bz2
emacs-ac6181fc4afdebfba3dba5502c5e5cc31889a7de.zip
Put lib files into the right multilib directory.
(Portage version: 2.1.6.11/svn/Linux x86_64) svn path=/xemacs-overlay/; revision=1406
-rw-r--r--app-editors/xemacs/ChangeLog3
-rw-r--r--app-editors/xemacs/xemacs-21.5.29-r1.ebuild4
2 files changed, 5 insertions, 2 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog
index 24d1c09..8b00cc6 100644
--- a/app-editors/xemacs/ChangeLog
+++ b/app-editors/xemacs/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 01 Jun 2009; Hans de Graaff <graaff@gentoo.org> xemacs-21.5.29-r1.ebuild:
+ Put lib files into the right multilib directory.
+
*xemacs-21.5.29-r1 (01 Jun 2009)
01 Jun 2009; Hans de Graaff <graaff@gentoo.org> +xemacs-21.5.29-r1.ebuild:
diff --git a/app-editors/xemacs/xemacs-21.5.29-r1.ebuild b/app-editors/xemacs/xemacs-21.5.29-r1.ebuild
index 88e1415..0f6cb4e 100644
--- a/app-editors/xemacs/xemacs-21.5.29-r1.ebuild
+++ b/app-editors/xemacs/xemacs-21.5.29-r1.ebuild
@@ -9,7 +9,7 @@
EAPI="2"
export WANT_AUTOCONF="2.5"
-inherit eutils flag-o-matic
+inherit eutils flag-o-matic multilib
DESCRIPTION="highly customizable open source text editor and application development system"
HOMEPAGE="http://www.xemacs.org/"
@@ -193,7 +193,7 @@ src_install() {
emake prefix="${D}"/usr \
mandir="${D}"/usr/share/man/man1 \
infodir="${D}"/usr/share/info \
- libdir="${D}"/usr/lib \
+ libdir="${D}"/usr/$(get_libdir) \
datadir="${D}"/usr/share \
install gzip-el || die