summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-12-01 15:40:35 +0000
committerUlrich Müller <ulm@gentoo.org>2007-12-01 15:40:35 +0000
commita67aa553c1101801159872c8d808402e965b023d (patch)
tree3bde9173288e0b8a81bea6e4277f5a832d2a6556 /app-emacs/auctex
parentPartial sync from Emacs overlay: (diff)
downloadgentoo-2-a67aa553c1101801159872c8d808402e965b023d.tar.gz
gentoo-2-a67aa553c1101801159872c8d808402e965b023d.tar.bz2
gentoo-2-a67aa553c1101801159872c8d808402e965b023d.zip
Use SITEETC eclass variable.
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'app-emacs/auctex')
-rw-r--r--app-emacs/auctex/ChangeLog5
-rw-r--r--app-emacs/auctex/auctex-11.84-r3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/auctex/ChangeLog b/app-emacs/auctex/ChangeLog
index 032ef42efc63..c10360a9c325 100644
--- a/app-emacs/auctex/ChangeLog
+++ b/app-emacs/auctex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/auctex
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.73 2007/11/27 22:27:57 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.74 2007/12/01 15:40:34 ulm Exp $
+
+ 01 Dec 2007; Ulrich Mueller <ulm@gentoo.org> auctex-11.84-r3.ebuild:
+ Use SITEETC eclass variable.
27 Nov 2007; Christoph Mende <angelos@gentoo.org> auctex-11.84-r2.ebuild:
Stable on amd64 wrt bug #199765
diff --git a/app-emacs/auctex/auctex-11.84-r3.ebuild b/app-emacs/auctex/auctex-11.84-r3.ebuild
index e7f0317ebe8a..f495d025d796 100644
--- a/app-emacs/auctex/auctex-11.84-r3.ebuild
+++ b/app-emacs/auctex/auctex-11.84-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.84-r3.ebuild,v 1.2 2007/11/24 21:11:52 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.84-r3.ebuild,v 1.3 2007/12/01 15:40:35 ulm Exp $
inherit elisp eutils latex-package
@@ -38,7 +38,7 @@ src_compile() {
--with-auto-dir="/var/lib/auctex" \
--with-lispdir="${SITELISP}/${PN}" \
--with-packagelispdir="${SITELISP}/${PN}" \
- --with-packagedatadir="/usr/share/emacs/etc/${PN}" \
+ --with-packagedatadir="${SITEETC}/${PN}" \
--with-texmf-dir="${TEXMF}" \
$(use_enable preview-latex preview) || die "econf failed"
emake || die "emake failed"