diff options
author | 2015-01-03 14:49:32 +0000 | |
---|---|---|
committer | 2015-01-03 14:49:32 +0000 | |
commit | 58f51b72f2f55712f0de424c77c7911737683306 (patch) | |
tree | 11a5859686516a059e8065248ea2ab6a53452a81 /x11-apps | |
parent | Add PYTHON_REQ_USE as necessary for waf. (diff) | |
download | gentoo-2-58f51b72f2f55712f0de424c77c7911737683306.tar.gz gentoo-2-58f51b72f2f55712f0de424c77c7911737683306.tar.bz2 gentoo-2-58f51b72f2f55712f0de424c77c7911737683306.zip |
xinitdir handling for Prefix.
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xinit/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xinit/xinit-1.3.3-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index 0adcd0aaba1e..a7ba75138547 100644 --- a/x11-apps/xinit/ChangeLog +++ b/x11-apps/xinit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xinit -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.256 2014/12/16 03:15:04 heroxbd Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.257 2015/01/03 14:49:32 heroxbd Exp $ + + 03 Jan 2015; Benda Xu <heroxbd@gentoo.org> xinit-1.3.3-r1.ebuild: + xinitdir handling for Prefix. 16 Dec 2014; Benda Xu <heroxbd@gentoo.org> xinit-1.3.4.ebuild: xinitdir handling for Prefix. diff --git a/x11-apps/xinit/xinit-1.3.3-r1.ebuild b/x11-apps/xinit/xinit-1.3.3-r1.ebuild index 229bf5dea049..64aff825e06b 100644 --- a/x11-apps/xinit/xinit-1.3.3-r1.ebuild +++ b/x11-apps/xinit/xinit-1.3.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.3.3-r1.ebuild,v 1.2 2014/03/14 14:38:55 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.3.3-r1.ebuild,v 1.3 2015/01/03 14:49:32 heroxbd Exp $ EAPI=5 @@ -33,7 +33,7 @@ PATCHES=( src_configure() { XORG_CONFIGURE_OPTIONS=( - --with-xinitdir=/etc/X11/xinit + --with-xinitdir="${EPREFIX}"/etc/X11/xinit ) xorg-2_src_configure } |