diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2015-08-06 00:00:43 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2015-08-06 00:00:43 +0000 |
commit | 34a55fcde198ada1aeece0910048e0c1ba76f68c (patch) | |
tree | a087a1c6081ff55932a9ade1c09cac72eb6a7bb1 /dev-util | |
parent | Version bump, bug#548406 (diff) | |
download | gentoo-2-34a55fcde198ada1aeece0910048e0c1ba76f68c.tar.gz gentoo-2-34a55fcde198ada1aeece0910048e0c1ba76f68c.tar.bz2 gentoo-2-34a55fcde198ada1aeece0910048e0c1ba76f68c.zip |
Add LOCALSTATEDIR to cmake args to ensure that /var is used instead of /usr/var. Thanks to Alex Turbov, bug #556660.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 229E5838)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/schroot/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/schroot/schroot-1.6.10-r3.ebuild (renamed from dev-util/schroot/schroot-1.6.10-r2.ebuild) | 3 |
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-util/schroot/ChangeLog b/dev-util/schroot/ChangeLog index 1ba880710631..81319b3d58c8 100644 --- a/dev-util/schroot/ChangeLog +++ b/dev-util/schroot/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-util/schroot # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/ChangeLog,v 1.44 2015/07/31 22:46:23 jcallen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/ChangeLog,v 1.45 2015/08/06 00:00:43 jcallen Exp $ + +*schroot-1.6.10-r3 (06 Aug 2015) + + 06 Aug 2015; Jonathan Callen <jcallen@gentoo.org> +schroot-1.6.10-r3.ebuild, + -schroot-1.6.10-r2.ebuild: + Add LOCALSTATEDIR to cmake args to ensure that /var is used instead of + /usr/var. Thanks to Alex Turbov, bug #556660. *schroot-1.6.10-r2 (31 Jul 2015) diff --git a/dev-util/schroot/schroot-1.6.10-r2.ebuild b/dev-util/schroot/schroot-1.6.10-r3.ebuild index 43e5eacb1179..3c8d6885d34b 100644 --- a/dev-util/schroot/schroot-1.6.10-r2.ebuild +++ b/dev-util/schroot/schroot-1.6.10-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/schroot-1.6.10-r2.ebuild,v 1.1 2015/07/31 22:46:23 jcallen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/schroot-1.6.10-r3.ebuild,v 1.1 2015/08/06 00:00:43 jcallen Exp $ EAPI="5" @@ -76,6 +76,7 @@ src_configure() { $(cmake-utils_use test test) -Dbash_completion_dir="$(get_bashcompdir)" -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc" + -DCMAKE_INSTALL_LOCALSTATEDIR="${EPREFIX}/var" ) if ! use nls; then mycmakeargs+=(-DPO4A_EXECUTABLE=NOTFOUND) |