diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-10-31 15:47:52 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-10-31 15:47:52 +0000 |
commit | 8f18c288571819097a406fa3240d52d84543a69b (patch) | |
tree | b4a938cd7f062e78ba0fdd16ef45068f5d156583 /sci-mathematics | |
parent | Version bump to 4.1.3.2 and cleanup older. (diff) | |
download | gentoo-2-8f18c288571819097a406fa3240d52d84543a69b.tar.gz gentoo-2-8f18c288571819097a406fa3240d52d84543a69b.tar.bz2 gentoo-2-8f18c288571819097a406fa3240d52d84543a69b.zip |
Install emacs files (broken by out of source building, bug #489938)
(Portage version: 2.2.7-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pspp/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/pspp/pspp-0.8.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/pspp/ChangeLog b/sci-mathematics/pspp/ChangeLog index 2ff0652c8c58..6162e7b97f8a 100644 --- a/sci-mathematics/pspp/ChangeLog +++ b/sci-mathematics/pspp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pspp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.27 2013/10/30 18:03:29 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.28 2013/10/31 15:47:52 bicatali Exp $ + + 31 Oct 2013; Sébastien Fabbro <bicatali@gentoo.org> pspp-0.8.1-r1.ebuild: + Install emacs files (broken by out of source building, bug #489938) 30 Oct 2013; Justin Lecher <jlec@gentoo.org> pspp-0.8.1-r1.ebuild: Fixing out-of-source doc build diff --git a/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild b/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild index 372c41884248..86dfdd1e355f 100644 --- a/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild +++ b/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild,v 1.2 2013/10/30 18:03:29 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild,v 1.3 2013/10/31 15:47:52 bicatali Exp $ EAPI=5 @@ -60,7 +60,7 @@ src_configure() { src_compile() { autotools-utils_src_compile pkglibdir="${EPREFIX}/usr/$(get_libdir)" use doc && autotools-utils_src_compile html pdf - use emacs && cd "${BUILD_DIR}" && elisp-compile *.el + use emacs && elisp-compile *.el } src_install() { |