diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-06-28 18:02:40 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-06-28 18:02:40 +0000 |
commit | 0cd530bbf4a4ad4dfce9a898dcf542e901d3d26d (patch) | |
tree | 986fe3956af49de414f468ccb057835f85c7388c /media-libs/libtheora | |
parent | Move virtual/pkgconfig to the DEPEND only (diff) | |
download | gentoo-2-0cd530bbf4a4ad4dfce9a898dcf542e901d3d26d.tar.gz gentoo-2-0cd530bbf4a4ad4dfce9a898dcf542e901d3d26d.tar.bz2 gentoo-2-0cd530bbf4a4ad4dfce9a898dcf542e901d3d26d.zip |
Stable for HPPA (bug #510476).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 b94dc58f7b3d..0cbe30076df4 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.116 2014/06/18 19:50:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.117 2014/06/28 18:02:40 jer Exp $ + + 28 Jun 2014; Jeroen Roovers <jer@gentoo.org> libtheora-1.1.1-r1.ebuild: + Stable for HPPA (bug #510476). 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libtheora-1.1.1-r1.ebuild: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug diff --git a/media-libs/libtheora/libtheora-1.1.1-r1.ebuild b/media-libs/libtheora/libtheora-1.1.1-r1.ebuild index ae097547ca74..5ef2f40d4a1a 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.5 2014/06/18 19:50:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild,v 1.6 2014/06/28 18:02:40 jer 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}] |