diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 16:56:00 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 16:56:00 +0000 |
commit | 2c885e7e3bb53130e7c8cbe924dd4bbc35f85223 (patch) | |
tree | 6be225a1671a65cdcf087e37e3de521ad0a693a0 /media-libs/xine-lib | |
parent | Stable for ppc64, wrt bug #486312 (diff) | |
download | gentoo-2-2c885e7e3bb53130e7c8cbe924dd4bbc35f85223.tar.gz gentoo-2-2c885e7e3bb53130e7c8cbe924dd4bbc35f85223.tar.bz2 gentoo-2-2c885e7e3bb53130e7c8cbe924dd4bbc35f85223.zip |
Stable for ppc64, wrt bug #451350
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog index c6bc4706fbba..37321d336066 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.700 2013/09/28 19:49:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.701 2013/12/24 16:56:00 ago Exp $ + + 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> xine-lib-1.2.3.ebuild: + Stable for ppc64, wrt bug #451350 28 Sep 2013; Agostino Sarubbo <ago@gentoo.org> xine-lib-1.2.3.ebuild: Stable for amd64, wrt bug #451350 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 7bc93dfa81ef..8bcd76168e30 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 # 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.6 2013/09/28 19:49:51 ago Exp $ +# $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 $ 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 )" |