diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-06-14 10:25:55 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-06-14 10:25:55 +0000 |
commit | f60aa4ee66d2bf38aad2dd88da85af9688bd4cd3 (patch) | |
tree | b9a068cd8c4b402e05b43d1d9ca53d8287aa81c6 /media-libs | |
parent | clean old python impls add, py3.4 suport (diff) | |
download | gentoo-2-f60aa4ee66d2bf38aad2dd88da85af9688bd4cd3.tar.gz gentoo-2-f60aa4ee66d2bf38aad2dd88da85af9688bd4cd3.tar.bz2 gentoo-2-f60aa4ee66d2bf38aad2dd88da85af9688bd4cd3.zip |
x86 stable wrt bug #451350
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/xine-lib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/xine-lib/xine-lib-1.2.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog index 831d10a8edca..9a24e45b53e2 100644 --- a/media-libs/xine-lib/ChangeLog +++ b/media-libs/xine-lib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/xine-lib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.704 2014/04/13 09:14:38 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.705 2014/06/14 10:25:55 phajdan.jr Exp $ + + 14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> xine-lib-1.2.3.ebuild: + x86 stable wrt bug #451350 13 Apr 2014; Lars Wendler <polynomial-c@gentoo.org> xine-lib-1.2.5.ebuild: Fixed dependency for packages that provide libpostproc (bug #507474). diff --git a/media-libs/xine-lib/xine-lib-1.2.3.ebuild b/media-libs/xine-lib/xine-lib-1.2.3.ebuild index 8bcd76168e30..e5be1f1d9023 100644 --- a/media-libs/xine-lib/xine-lib-1.2.3.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.3.ebuild,v 1.7 2013/12/24 16:56:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.3.ebuild,v 1.8 2014/06/14 10:25:55 phajdan.jr Exp $ EAPI=5 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then NLS_DEPEND="sys-devel/gettext" NLS_RDEPEND="virtual/libintl" else - KEYWORDS="amd64 hppa ~ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="amd64 hppa ~ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="mirror://sourceforge/xine/${P}.tar.xz" NLS_IUSE="nls" NLS_DEPEND="nls? ( sys-devel/gettext )" |