diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-26 13:25:27 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-26 13:25:27 +0000 |
commit | dfd3f0595993108fd073c0408ce12932c7623782 (patch) | |
tree | 3b319d2a0bbb643713419ba539aee7249d07dd29 /virtual/ffmpeg | |
parent | Restore ~ppc and ~ppc64 keywording wrt #392269 (diff) | |
download | gentoo-2-dfd3f0595993108fd073c0408ce12932c7623782.tar.gz gentoo-2-dfd3f0595993108fd073c0408ce12932c7623782.tar.bz2 gentoo-2-dfd3f0595993108fd073c0408ce12932c7623782.zip |
Restore ~ppc and ~ppc64 keywording wrt #392269
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'virtual/ffmpeg')
-rw-r--r-- | virtual/ffmpeg/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/ffmpeg/ffmpeg-0.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/virtual/ffmpeg/ChangeLog b/virtual/ffmpeg/ChangeLog index 291c97757c42..ef695d102a34 100644 --- a/virtual/ffmpeg/ChangeLog +++ b/virtual/ffmpeg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/ffmpeg -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.20 2011/12/22 11:55:56 aballier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.21 2012/01/26 13:25:27 ssuominen Exp $ + + 26 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> ffmpeg-0.9.ebuild: + Restore ~ppc and ~ppc64 keywording wrt #392269 22 Dec 2011; Alexis Ballier <aballier@gentoo.org> ffmpeg-0.9.ebuild: remove keywords that do not have their matching in ffmpeg-0.9 so that itll diff --git a/virtual/ffmpeg/ffmpeg-0.9.ebuild b/virtual/ffmpeg/ffmpeg-0.9.ebuild index 366614a53ea5..453eb59a3032 100644 --- a/virtual/ffmpeg/ffmpeg-0.9.ebuild +++ b/virtual/ffmpeg/ffmpeg-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-0.9.ebuild,v 1.2 2011/12/22 11:55:56 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-0.9.ebuild,v 1.3 2012/01/26 13:25:27 ssuominen Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86-fbsd" IUSE="X +encode jpeg2k mp3 sdl theora threads vaapi vdpau x264" RDEPEND=" |