Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: dev-libs/libevdev/
Date: Fri, 01 Nov 2013 07:37:51
Message-Id: 1383291477.69a0a3073cc9a3800f8ca86651574f5a22c7511b.mgorny@gentoo
1 commit: 69a0a3073cc9a3800f8ca86651574f5a22c7511b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 1 07:37:57 2013 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 1 07:37:57 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=69a0a307
7
8 dev-libs/libevdev: Use python-any-r1 since Python is purely a build-time issue.
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 dev-libs/libevdev/libevdev-9999.ebuild | 7 +------
14 1 file changed, 1 insertion(+), 6 deletions(-)
15
16 diff --git a/dev-libs/libevdev/libevdev-9999.ebuild b/dev-libs/libevdev/libevdev-9999.ebuild
17 index 22407c6..14fa0b5 100644
18 --- a/dev-libs/libevdev/libevdev-9999.ebuild
19 +++ b/dev-libs/libevdev/libevdev-9999.ebuild
20 @@ -6,7 +6,7 @@ EAPI=5
21 XORG_MULTILIB=yes
22 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
23
24 -inherit python-single-r1 xorg-2
25 +inherit python-any-r1 xorg-2
26
27 EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}.git"
28
29 @@ -20,8 +20,3 @@ fi
30
31 KEYWORDS="~amd64"
32 IUSE=""
33 -
34 -src_prepare() {
35 - python_fix_shebang libevdev/make-event-names.py
36 - xorg-2_src_prepare
37 -}