diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-08-22 18:16:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-08-22 18:16:06 +0000 |
commit | 1508856c7b1aa6c221b1e7c700216f3514c09895 (patch) | |
tree | a22346684ec1e4ca8375b4d843c016899a4eacac /media-libs/libtheora | |
parent | Stable for ppc64, wrt bug #517054 (diff) | |
download | gentoo-2-1508856c7b1aa6c221b1e7c700216f3514c09895.tar.gz gentoo-2-1508856c7b1aa6c221b1e7c700216f3514c09895.tar.bz2 gentoo-2-1508856c7b1aa6c221b1e7c700216f3514c09895.zip |
Stable for ppc64, wrt bug #510476
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.1.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index 71c47e47c732..f91dd6f2e4ba 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libtheora # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.123 2014/08/03 18:35:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.124 2014/08/22 18:16:06 ago Exp $ + + 22 Aug 2014; Agostino Sarubbo <ago@gentoo.org> libtheora-1.1.1-r1.ebuild: + Stable for ppc64, wrt bug #510476 03 Aug 2014; Agostino Sarubbo <ago@gentoo.org> libtheora-1.1.1-r1.ebuild: Stable for ppc, wrt bug #510476 diff --git a/media-libs/libtheora/libtheora-1.1.1-r1.ebuild b/media-libs/libtheora/libtheora-1.1.1-r1.ebuild index b6c902e9cec6..b2b9d7cb3c15 100644 --- a/media-libs/libtheora/libtheora-1.1.1-r1.ebuild +++ b/media-libs/libtheora/libtheora-1.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild,v 1.12 2014/08/03 18:35:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild,v 1.13 2014/08/22 18:16:06 ago Exp $ EAPI=5 inherit autotools eutils flag-o-matic multilib-minimal @@ -11,7 +11,7 @@ SRC_URI="http://downloads.xiph.org/releases/theora/${P/_}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc +encode examples static-libs" RDEPEND=">=media-libs/libogg-1.3.0:=[${MULTILIB_USEDEP}] |