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 (!!!)
This commit is contained in:
Matt Turner
2017-03-03 23:02:19 -08:00
parent ab0bede713
commit 6aa83c85df

View File

@@ -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
}