Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-via: xf86-video-via-0.2.1-r1.ebuild
Date: Wed, 30 Sep 2009 21:23:27
Message-Id: E1Mt6dx-0006KG-Sn@stork.gentoo.org
1 ssuominen 09/09/30 21:23:25
2
3 Modified: xf86-video-via-0.2.1-r1.ebuild
4 Log:
5 repoman issues
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.11 x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild?r1=1.10&r2=1.11
14
15 Index: xf86-video-via-0.2.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- xf86-video-via-0.2.1-r1.ebuild 4 May 2009 15:56:17 -0000 1.10
22 +++ xf86-video-via-0.2.1-r1.ebuild 30 Sep 2009 21:23:25 -0000 1.11
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild,v 1.10 2009/05/04 15:56:17 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild,v 1.11 2009/09/30 21:23:25 ssuominen Exp $
28
29 # Must be before x-modular eclass is inherited
30 #SNAPSHOT="yes"
31 @@ -23,7 +23,7 @@
32 >=x11-libs/libdrm-2
33 x11-libs/libX11 )"
34
35 -PATCHES="${FILESDIR}/missing-assert.patch"
36 +PATCHES=( "${FILESDIR}/missing-assert.patch" )
37
38 pkg_setup() {
39 CONFIGURE_OPTIONS="$(use_enable dri)"