diff options
-rw-r--r-- | x11-apps/xkbcomp/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.0.2.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog index 5d7dc195c7fc..7429e24b825f 100644 --- a/x11-apps/xkbcomp/ChangeLog +++ b/x11-apps/xkbcomp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xkbcomp # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.33 2006/11/10 01:32:05 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.34 2006/12/17 03:45:39 joshuabaergen Exp $ + + 17 Dec 2006; Joshua Baergen <joshuabaergen@gentoo.org> + xkbcomp-1.0.2.ebuild: + Add the keepdir fix to the stable ebuild as well. (Bug #154287) *xkbcomp-1.0.3 (10 Nov 2006) diff --git a/x11-apps/xkbcomp/xkbcomp-1.0.2.ebuild b/x11-apps/xkbcomp/xkbcomp-1.0.2.ebuild index d41e5dfb79c9..903298709a01 100644 --- a/x11-apps/xkbcomp/xkbcomp-1.0.2.ebuild +++ b/x11-apps/xkbcomp/xkbcomp-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.0.2.ebuild,v 1.9 2006/10/10 23:55:19 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.0.2.ebuild,v 1.10 2006/12/17 03:45:39 joshuabaergen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -23,4 +23,5 @@ src_install() { # (#122214) We should create this directory here, since xkeyboard-config # and any other set of layouts will symlink to it. dodir /var/lib/xkb + keepdir /var/lib/xkb } |