diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-03-01 10:47:14 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-03-01 10:47:14 +0000 |
commit | b30c077a8e6101589e2cd4cc1b99811f9e4b4847 (patch) | |
tree | dde43770ca33bccd665a2ae1c627f56f6145391d /x11-misc/xkeyboard-config/xkeyboard-config-2.1.ebuild | |
parent | drop ecompress from pkg_postinst (bug 356511) (diff) | |
download | gentoo-2-b30c077a8e6101589e2cd4cc1b99811f9e4b4847.tar.gz gentoo-2-b30c077a8e6101589e2cd4cc1b99811f9e4b4847.tar.bz2 gentoo-2-b30c077a8e6101589e2cd4cc1b99811f9e4b4847.zip |
Fix building with new xorg-2 eclass
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xkeyboard-config/xkeyboard-config-2.1.ebuild')
-rw-r--r-- | x11-misc/xkeyboard-config/xkeyboard-config-2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.1.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.1.ebuild index e8361af359c3..80564458baf9 100644 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.1.ebuild +++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.1.ebuild,v 1.7 2011/02/23 16:37:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.1.ebuild,v 1.8 2011/03/01 10:47:14 chithanh Exp $ EAPI=3 @@ -33,6 +33,6 @@ CONFIGURE_OPTIONS=" src_compile() { # cleanup to make sure .dir files are regenerated # bug #328455 c#26 - emake clean || die + xorg-2_src_compile clean xorg-2_src_compile } |