summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2006-12-17 03:45:39 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2006-12-17 03:45:39 +0000
commitba2186dfb45e19c42f49735c200d08f50144fa15 (patch)
treed68550939d77c233275f91d407bedc4d72a490fe /x11-apps
parentVersion bump with a lot of help from Chris Smith #143903. (diff)
downloadgentoo-2-ba2186dfb45e19c42f49735c200d08f50144fa15.tar.gz
gentoo-2-ba2186dfb45e19c42f49735c200d08f50144fa15.tar.bz2
gentoo-2-ba2186dfb45e19c42f49735c200d08f50144fa15.zip
Add the keepdir fix to the stable ebuild as well. (Bug #154287)
(Portage version: 2.1.2_rc3-r5)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xkbcomp/ChangeLog6
-rw-r--r--x11-apps/xkbcomp/xkbcomp-1.0.2.ebuild3
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
}