commit: 6aa83c85dfacb15792d605e5408d6dc182971be6
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 07:02:19 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 07:02:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa83c85
x11-misc/xkeyboard-config: Drop the src_compile() hackery.
The need for this seems to have disappeared with upstream commit 67804fe9398
("Remove *.dir generation"), before release xkeyboard-config-2.7 (!!!)
x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild | 7 -------
1 file changed, 7 deletions(-)
diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild
b/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild
index 36d48e38008..f164976b13d 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild
@@ -38,10 +38,3 @@ src_prepare() {
intltoolize --copy --automake || die
fi
}
-
-src_compile() {
- # cleanup to make sure .dir files are regenerated
- # bug #328455 c#26
- xorg-2_src_compile clean
- xorg-2_src_compile
-}