diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-01 12:14:09 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-01 12:14:09 +0000 |
commit | 2b391c0e5cd4dc124f02a4b41317a78bdcb11053 (patch) | |
tree | c97f54102138f6cac7c1d8a1a1329fdaf6b6eeb9 /x11-misc | |
parent | stable x86, bug 343099 (diff) | |
download | gentoo-2-2b391c0e5cd4dc124f02a4b41317a78bdcb11053.tar.gz gentoo-2-2b391c0e5cd4dc124f02a4b41317a78bdcb11053.tar.bz2 gentoo-2-2b391c0e5cd4dc124f02a4b41317a78bdcb11053.zip |
Revision bump to fix bug #328455 c#26. Thanks to Oldrich Jedlicka for the solution.
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xkeyboard-config/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/xkeyboard-config/xkeyboard-config-2.0-r1.ebuild (renamed from x11-misc/xkeyboard-config/xkeyboard-config-2.0.ebuild) | 9 |
2 files changed, 16 insertions, 2 deletions
diff --git a/x11-misc/xkeyboard-config/ChangeLog b/x11-misc/xkeyboard-config/ChangeLog index 5798786077eb..0d468365ad7f 100644 --- a/x11-misc/xkeyboard-config/ChangeLog +++ b/x11-misc/xkeyboard-config/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/xkeyboard-config # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.102 2010/10/21 01:22:18 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.103 2010/11/01 12:14:09 scarabeus Exp $ + +*xkeyboard-config-2.0-r1 (01 Nov 2010) + + 01 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -xkeyboard-config-2.0.ebuild, +xkeyboard-config-2.0-r1.ebuild: + Revision bump to fix bug #328455 c#26. Thanks to Oldrich Jedlicka for the + solution. 21 Oct 2010; Brent Baude <ranger@gentoo.org> ChangeLog: Marking xkeyboard-config-1.9 ppc stable for bug 239063 diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.0.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.0-r1.ebuild index b4d5c0c171cc..2b66d43529d6 100644 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.0.ebuild +++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.0.ebuild,v 1.1 2010/09/28 20:55:37 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.0-r1.ebuild,v 1.1 2010/11/01 12:14:09 scarabeus Exp $ EAPI=3 @@ -28,3 +28,10 @@ CONFIGURE_OPTIONS=" --with-xkb-base=${EPREFIX}/usr/share/X11/xkb --enable-compat-rules --with-xkb-rules-symlink=xorg" + +src_compile() { + # cleanup to make sure .dir files are regenerated + # bug #328455 c#26 + emake clean || die + xorg-2_src_compile +} |