public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: libvpx-0.9.6.ebuild ChangeLog libvpx-9999.ebuild
@ 2011-06-22 15:22 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2011-06-22 15:22 UTC (permalink / raw
  To: gentoo-commits

aballier    11/06/22 15:22:30

  Modified:             libvpx-0.9.6.ebuild ChangeLog libvpx-9999.ebuild
  Log:
  sse2 requires mmx, bump to eapi4 to reflect this requirement, reported by andreas schürch in bug #365273
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-libs/libvpx/libvpx-0.9.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild?r1=1.4&r2=1.5

Index: libvpx-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libvpx-0.9.6.ebuild	21 Jun 2011 14:00:06 -0000	1.4
+++ libvpx-0.9.6.ebuild	22 Jun 2011 15:22:30 -0000	1.5
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v 1.4 2011/06/21 14:00:06 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v 1.5 2011/06/22 15:22:30 aballier Exp $
 
-EAPI=3
+EAPI=4
 inherit eutils multilib toolchain-funcs
 
 if [[ ${PV} == *9999* ]]; then
@@ -35,6 +35,10 @@
 	)
 "
 
+REQUIRED_USE="
+	sse2? ( mmx )
+	"
+
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-0.9.5-enable-shared.patch
 }



1.19                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	21 Jun 2011 14:00:06 -0000	1.18
+++ ChangeLog	22 Jun 2011 15:22:30 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libvpx
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.18 2011/06/21 14:00:06 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.19 2011/06/22 15:22:30 aballier Exp $
+
+  22 Jun 2011; Alexis Ballier <aballier@gentoo.org> libvpx-0.9.6.ebuild,
+  libvpx-9999.ebuild:
+  sse2 requires mmx, bump to eapi4 to reflect this requirement, reported by
+  andreas schürch in bug #365273
 
   21 Jun 2011; Tobias Klausmann <klausman@gentoo.org> libvpx-0.9.6.ebuild:
   Stable on alpha, bug #365273



1.9                  media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.8&r2=1.9

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libvpx-9999.ebuild	21 Feb 2011 06:25:32 -0000	1.8
+++ libvpx-9999.ebuild	22 Jun 2011 15:22:30 -0000	1.9
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.8 2011/02/21 06:25:32 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.9 2011/06/22 15:22:30 aballier Exp $
 
-EAPI=3
+EAPI=4
 inherit multilib toolchain-funcs
 
 if [[ ${PV} == *9999* ]]; then
@@ -33,6 +33,10 @@
 	)
 "
 
+REQUIRED_USE="
+	sse2? ( mmx )
+	"
+
 src_configure() {
 	tc-export CC
 	./configure \






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: libvpx-0.9.6.ebuild ChangeLog libvpx-9999.ebuild
@ 2011-07-07  3:09 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2011-07-07  3:09 UTC (permalink / raw
  To: gentoo-commits

aballier    11/07/07 03:09:07

  Modified:             libvpx-0.9.6.ebuild ChangeLog libvpx-9999.ebuild
  Log:
  x86-fbsd needs yasm too
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  media-libs/libvpx/libvpx-0.9.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild?r1=1.8&r2=1.9

Index: libvpx-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libvpx-0.9.6.ebuild	29 Jun 2011 14:54:16 -0000	1.8
+++ libvpx-0.9.6.ebuild	7 Jul 2011 03:09:07 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v 1.8 2011/06/29 14:54:16 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v 1.9 2011/07/07 03:09:07 aballier Exp $
 
 EAPI=4
 inherit eutils multilib toolchain-funcs
@@ -29,6 +29,7 @@
 RDEPEND=""
 DEPEND="amd64? ( dev-lang/yasm )
 	x86? ( dev-lang/yasm )
+	x86-fbsd? ( dev-lang/yasm )
 	doc? (
 		app-doc/doxygen
 		dev-lang/php



1.28                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	7 Jul 2011 03:01:00 -0000	1.27
+++ ChangeLog	7 Jul 2011 03:09:07 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libvpx
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.27 2011/07/07 03:01:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.28 2011/07/07 03:09:07 aballier Exp $
+
+  07 Jul 2011; Alexis Ballier <aballier@gentoo.org> libvpx-0.9.6.ebuild,
+  libvpx-9999.ebuild:
+  x86-fbsd needs yasm too
 
   07 Jul 2011; Alexis Ballier <aballier@gentoo.org> -libvpx-0.9.5.ebuild:
   remove old



1.13                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.12&r2=1.13

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libvpx-9999.ebuild	23 Jun 2011 16:04:47 -0000	1.12
+++ libvpx-9999.ebuild	7 Jul 2011 03:09:07 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.12 2011/06/23 16:04:47 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.13 2011/07/07 03:09:07 aballier Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs
@@ -27,6 +27,7 @@
 RDEPEND=""
 DEPEND="amd64? ( dev-lang/yasm )
 	x86? ( dev-lang/yasm )
+	x86-fbsd? ( dev-lang/yasm )
 	doc? (
 		app-doc/doxygen
 		dev-lang/php






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: libvpx-0.9.6.ebuild ChangeLog libvpx-9999.ebuild
@ 2011-07-07  4:04 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2011-07-07  4:04 UTC (permalink / raw
  To: gentoo-commits

aballier    11/07/07 04:04:09

  Modified:             libvpx-0.9.6.ebuild ChangeLog libvpx-9999.ebuild
  Log:
  keyword ~x86-fbsd
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 media-libs/libvpx/libvpx-0.9.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild?r1=1.9&r2=1.10

Index: libvpx-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libvpx-0.9.6.ebuild	7 Jul 2011 03:09:07 -0000	1.9
+++ libvpx-0.9.6.ebuild	7 Jul 2011 04:04:09 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v 1.9 2011/07/07 03:09:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v 1.10 2011/07/07 04:04:09 aballier Exp $
 
 EAPI=4
 inherit eutils multilib toolchain-funcs
@@ -11,11 +11,11 @@
 	KEYWORDS=""
 elif [[ ${PV} == *pre* ]]; then
 	SRC_URI="mirror://gentoo/${P}.tar.bz2"
-	KEYWORDS="alpha amd64 ~arm ppc ~ppc64 x86 ~amd64-linux"
+	KEYWORDS="alpha amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux"
 else
 	MY_P="${PN}-v${PV}"
 	SRC_URI="http://webm.googlecode.com/files/${MY_P}.tar.bz2"
-	KEYWORDS="alpha amd64 ~arm ppc ~ppc64 x86 ~amd64-linux"
+	KEYWORDS="alpha amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux"
 	S="${WORKDIR}/${MY_P}"
 fi
 



1.29                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	7 Jul 2011 03:09:07 -0000	1.28
+++ ChangeLog	7 Jul 2011 04:04:09 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libvpx
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.28 2011/07/07 03:09:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.29 2011/07/07 04:04:09 aballier Exp $
+
+  07 Jul 2011; Alexis Ballier <aballier@gentoo.org> libvpx-0.9.6.ebuild,
+  libvpx-9999.ebuild:
+  keyword ~x86-fbsd
 
   07 Jul 2011; Alexis Ballier <aballier@gentoo.org> libvpx-0.9.6.ebuild,
   libvpx-9999.ebuild:



1.14                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.13&r2=1.14

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libvpx-9999.ebuild	7 Jul 2011 03:09:07 -0000	1.13
+++ libvpx-9999.ebuild	7 Jul 2011 04:04:09 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.13 2011/07/07 03:09:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.14 2011/07/07 04:04:09 aballier Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs
@@ -11,10 +11,10 @@
 	KEYWORDS=""
 elif [[ ${PV} == *pre* ]]; then
 	SRC_URI="mirror://gentoo/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
+	KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux"
 else
 	SRC_URI="http://webm.googlecode.com/files/${PN}-v${PV}.tar.bz2"
-	KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
+	KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux"
 fi
 
 DESCRIPTION="WebM VP8 Codec SDK"






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: libvpx-0.9.6.ebuild ChangeLog libvpx-9999.ebuild
@ 2011-07-29  2:11 Zac Medico (zmedico)
  0 siblings, 0 replies; 4+ messages in thread
From: Zac Medico (zmedico) @ 2011-07-29  2:11 UTC (permalink / raw
  To: gentoo-commits

zmedico     11/07/29 02:11:45

  Modified:             libvpx-0.9.6.ebuild ChangeLog libvpx-9999.ebuild
  Log:
  Add ~x86-linux keyword.
  
  (Portage version: 2.2.0_alpha47_p6/cvs/Linux i686)

Revision  Changes    Path
1.11                 media-libs/libvpx/libvpx-0.9.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild?r1=1.10&r2=1.11

Index: libvpx-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libvpx-0.9.6.ebuild	7 Jul 2011 04:04:09 -0000	1.10
+++ libvpx-0.9.6.ebuild	29 Jul 2011 02:11:42 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v 1.10 2011/07/07 04:04:09 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v 1.11 2011/07/29 02:11:42 zmedico Exp $
 
 EAPI=4
 inherit eutils multilib toolchain-funcs
@@ -11,11 +11,11 @@
 	KEYWORDS=""
 elif [[ ${PV} == *pre* ]]; then
 	SRC_URI="mirror://gentoo/${P}.tar.bz2"
-	KEYWORDS="alpha amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux"
+	KEYWORDS="alpha amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 else
 	MY_P="${PN}-v${PV}"
 	SRC_URI="http://webm.googlecode.com/files/${MY_P}.tar.bz2"
-	KEYWORDS="alpha amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux"
+	KEYWORDS="alpha amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 	S="${WORKDIR}/${MY_P}"
 fi
 



1.30                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	7 Jul 2011 04:04:09 -0000	1.29
+++ ChangeLog	29 Jul 2011 02:11:42 -0000	1.30
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libvpx
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.29 2011/07/07 04:04:09 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.30 2011/07/29 02:11:42 zmedico Exp $
+
+  29 Jul 2011; Zac Medico <zmedico@gentoo.org> libvpx-0.9.6.ebuild,
+  libvpx-9999.ebuild:
+  Add ~x86-linux keyword.
 
   07 Jul 2011; Alexis Ballier <aballier@gentoo.org> libvpx-0.9.6.ebuild,
   libvpx-9999.ebuild:



1.15                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.14&r2=1.15

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libvpx-9999.ebuild	7 Jul 2011 04:04:09 -0000	1.14
+++ libvpx-9999.ebuild	29 Jul 2011 02:11:44 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.14 2011/07/07 04:04:09 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.15 2011/07/29 02:11:44 zmedico Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs
@@ -11,10 +11,10 @@
 	KEYWORDS=""
 elif [[ ${PV} == *pre* ]]; then
 	SRC_URI="mirror://gentoo/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux"
+	KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 else
 	SRC_URI="http://webm.googlecode.com/files/${PN}-v${PV}.tar.bz2"
-	KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux"
+	KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="WebM VP8 Codec SDK"






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-29  2:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 15:22 [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: libvpx-0.9.6.ebuild ChangeLog libvpx-9999.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-07  3:09 Alexis Ballier (aballier)
2011-07-07  4:04 Alexis Ballier (aballier)
2011-07-29  2:11 Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox