diff options
author | 2015-05-17 20:12:59 +0000 | |
---|---|---|
committer | 2015-05-17 20:12:59 +0000 | |
commit | e6b134e1f814a2a4aaf1cdffbca514e93db36cc4 (patch) | |
tree | 49e27fedb5830ba9c5e00861890612a1f4867315 /media-libs/xine-lib | |
parent | Add standard header, acknowledged by rhill in bug 548984. (diff) | |
download | gentoo-2-e6b134e1f814a2a4aaf1cdffbca514e93db36cc4.tar.gz gentoo-2-e6b134e1f814a2a4aaf1cdffbca514e93db36cc4.tar.bz2 gentoo-2-e6b134e1f814a2a4aaf1cdffbca514e93db36cc4.zip |
ppc64 stable wrt bug #517988
(Portage version: 2.2.19/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-libs/xine-lib')
-rw-r--r-- | media-libs/xine-lib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/xine-lib/xine-lib-1.2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog index 6b67b6852759..0b0b7f6e4693 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.715 2015/03/02 09:32:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.716 2015/05/17 20:12:59 pacho Exp $ + + 17 May 2015; Pacho Ramos <pacho@gentoo.org> xine-lib-1.2.6.ebuild: + ppc64 stable wrt bug #517988 02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> xine-lib-1.2.6.ebuild: Stable for ppc, wrt bug #517988 diff --git a/media-libs/xine-lib/xine-lib-1.2.6.ebuild b/media-libs/xine-lib/xine-lib-1.2.6.ebuild index 5c81c0a0d868..2191f4b9f2df 100644 --- a/media-libs/xine-lib/xine-lib-1.2.6.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.6.ebuild,v 1.5 2015/03/02 09:32:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.6.ebuild,v 1.6 2015/05/17 20:12:59 pacho 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 )" |