diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-11-27 08:02:10 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-11-27 08:02:10 +0000 |
commit | 71183e7b369db027950daad15df2c06d0aee494d (patch) | |
tree | 81bbe6baa6f71e9accfcf8d9f377da91fc70a1f9 /x11-apps | |
parent | Change licence from as-is to public-domain, because we only install symlinks,... (diff) | |
download | gentoo-2-71183e7b369db027950daad15df2c06d0aee494d.tar.gz gentoo-2-71183e7b369db027950daad15df2c06d0aee494d.tar.bz2 gentoo-2-71183e7b369db027950daad15df2c06d0aee494d.zip |
Fix for Prefix, thanks Myk Taylor, bug #444898
(Portage version: 2.2.01.21313-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xinit/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xinit/xinit-1.3.2.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index 84aa255dffbb..fe49817ddd06 100644 --- a/x11-apps/xinit/ChangeLog +++ b/x11-apps/xinit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xinit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.235 2012/08/26 16:50:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.236 2012/11/27 08:02:10 grobian Exp $ + + 27 Nov 2012; Fabian Groffen <grobian@gentoo.org> xinit-1.3.2.ebuild: + Fix for Prefix, thanks Myk Taylor, bug #444898 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> xinit-1.3.2.ebuild: alpha/ia64/s390/sh/sparc stable wrt #419473 @@ -990,4 +993,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xinit-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xinit/xinit-1.3.2.ebuild b/x11-apps/xinit/xinit-1.3.2.ebuild index df1d1457baa3..fa7dbdc26489 100644 --- a/x11-apps/xinit/xinit-1.3.2.ebuild +++ b/x11-apps/xinit/xinit-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.3.2.ebuild,v 1.9 2012/08/26 16:50:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.3.2.ebuild,v 1.10 2012/11/27 08:02:10 grobian Exp $ EAPI=4 @@ -35,7 +35,7 @@ pkg_setup() { xorg-2_pkg_setup XORG_CONFIGURE_OPTIONS=( - --with-xinitdir=/etc/X11/xinit + --with-xinitdir="${EPREFIX}"/etc/X11/xinit ) } |