Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xkeyboard-config/
Date: Sat, 04 Mar 2017 07:03:20
Message-Id: 1488610956.6aa83c85dfacb15792d605e5408d6dc182971be6.mattst88@gentoo
1 commit: 6aa83c85dfacb15792d605e5408d6dc182971be6
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 4 07:02:19 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 07:02:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa83c85
7
8 x11-misc/xkeyboard-config: Drop the src_compile() hackery.
9
10 The need for this seems to have disappeared with upstream commit 67804fe9398
11 ("Remove *.dir generation"), before release xkeyboard-config-2.7 (!!!)
12
13 x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild | 7 -------
14 1 file changed, 7 deletions(-)
15
16 diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild
17 index 36d48e38008..f164976b13d 100644
18 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild
19 +++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild
20 @@ -38,10 +38,3 @@ src_prepare() {
21 intltoolize --copy --automake || die
22 fi
23 }
24 -
25 -src_compile() {
26 - # cleanup to make sure .dir files are regenerated
27 - # bug #328455 c#26
28 - xorg-2_src_compile clean
29 - xorg-2_src_compile
30 -}