diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-03 13:46:16 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-03 13:46:16 +0000 |
commit | 8fd2bae542114055e601bd69ca10a7eefd62cb77 (patch) | |
tree | eaf4a80db4d4bd6ed729e1c1e10a7939f468ad89 /media-libs/x264 | |
parent | Add ~arm, wrt bug #450672 (diff) | |
download | gentoo-2-8fd2bae542114055e601bd69ca10a7eefd62cb77.tar.gz gentoo-2-8fd2bae542114055e601bd69ca10a7eefd62cb77.tar.bz2 gentoo-2-8fd2bae542114055e601bd69ca10a7eefd62cb77.zip |
Add ~arm, wrt bug #450672
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'media-libs/x264')
-rw-r--r-- | media-libs/x264/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/x264/x264-0.0.20120707.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/x264/ChangeLog b/media-libs/x264/ChangeLog index b4d6b671a0fd..a2034ed7a1b8 100644 --- a/media-libs/x264/ChangeLog +++ b/media-libs/x264/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/x264 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.82 2013/02/03 12:59:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.83 2013/02/03 13:46:16 ago Exp $ + + 03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> x264-0.0.20120707.ebuild: + Add ~arm, wrt bug #450672 03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> x264-0.0.20120707.ebuild: Add ~ia64, wrt bug #450672 diff --git a/media-libs/x264/x264-0.0.20120707.ebuild b/media-libs/x264/x264-0.0.20120707.ebuild index 4b6e1001273a..147aa23b6ffe 100644 --- a/media-libs/x264/x264-0.0.20120707.ebuild +++ b/media-libs/x264/x264-0.0.20120707.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20120707.ebuild,v 1.7 2013/02/03 12:59:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20120707.ebuild,v 1.8 2013/02/03 13:46:16 ago Exp $ EAPI=4 @@ -29,7 +29,7 @@ SLOT="0" if [ "${PV#9999}" != "${PV}" ]; then KEYWORDS="" else - KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" fi IUSE="10bit custom-cflags debug +interlaced pic static-libs +threads" |