Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/mplayer: mplayer-1.0_rc2_p20090530.ebuild
Date: Sat, 30 May 2009 22:11:27
Message-Id: E1MAWlx-0007aZ-KY@stork.gentoo.org
1 beandog 09/05/30 22:11:25
2
3 Modified: mplayer-1.0_rc2_p20090530.ebuild
4 Log:
5 fix empty keywords
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-video/mplayer/mplayer-1.0_rc2_p20090530.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/mplayer-1.0_rc2_p20090530.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/mplayer-1.0_rc2_p20090530.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/mplayer-1.0_rc2_p20090530.ebuild?r1=1.1&r2=1.2
14
15 Index: mplayer-1.0_rc2_p20090530.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_rc2_p20090530.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mplayer-1.0_rc2_p20090530.ebuild 30 May 2009 21:53:39 -0000 1.1
22 +++ mplayer-1.0_rc2_p20090530.ebuild 30 May 2009 22:11:25 -0000 1.2
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/media-video/mplayer/mplayer-1.0_rc2_p20090530.ebuild,v 1.1 2009/05/30 21:53:39 beandog Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_rc2_p20090530.ebuild,v 1.2 2009/05/30 22:11:25 beandog Exp $
28
29 EAPI="2"
30
31 @@ -128,7 +128,7 @@
32 )"
33
34 DEPEND="${RDEPEND}
35 - amd64? ( dev-lang/yasm )
36 + amd64? ( dev-lang/yasm )
37 doc? ( dev-libs/libxslt )
38 dga? ( x11-proto/xf86dgaproto )
39 dxr3? ( media-video/em8300-libraries )
40 @@ -139,14 +139,14 @@
41 x11-proto/xf86vidmodeproto )
42 X? ( x11-proto/xextproto
43 x11-proto/xf86vidmodeproto )
44 - x86? ( dev-lang/yasm )
45 + x86? ( dev-lang/yasm )
46 x86-fbsd? ( dev-lang/yasm )
47 xscreensaver? ( x11-proto/scrnsaverproto )
48 iconv? ( virtual/libiconv )"
49
50 SLOT="0"
51 LICENSE="GPL-2"
52 -KEYWORDS=""
53 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
54
55 pkg_setup() {