diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-18 09:53:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-18 09:53:09 +0000 |
commit | 2a43991f86746a69015c4dab96109a3659a134bc (patch) | |
tree | 4ba33e20112699c7d9bee4b73b7fdc28b7647a95 /media-libs/xine-lib | |
parent | Stable for amd64, wrt bug #451620 (diff) | |
download | gentoo-2-2a43991f86746a69015c4dab96109a3659a134bc.tar.gz gentoo-2-2a43991f86746a69015c4dab96109a3659a134bc.tar.bz2 gentoo-2-2a43991f86746a69015c4dab96109a3659a134bc.zip |
Stable for amd64, wrt bug #451350
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-libs/xine-lib')
-rw-r--r-- | media-libs/xine-lib/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/xine-lib/xine-lib-1.2.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog index 71bad53d7068..ad0f376f7c06 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.689 2012/12/24 07:49:17 pinkbyte Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.690 2013/01/18 09:53:09 ago Exp $ + + 18 Jan 2013; Agostino Sarubbo <ago@gentoo.org> xine-lib-1.2.2.ebuild: + Stable for amd64, wrt bug #451350 24 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> xine-lib-1.2.1-r1.ebuild, xine-lib-1.2.2.ebuild, xine-lib-1.2.9999.ebuild: diff --git a/media-libs/xine-lib/xine-lib-1.2.2.ebuild b/media-libs/xine-lib/xine-lib-1.2.2.ebuild index e2a0664dde2c..b2959199cddc 100644 --- a/media-libs/xine-lib/xine-lib-1.2.2.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.2.ebuild,v 1.5 2012/12/24 07:49:17 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.2.ebuild,v 1.6 2013/01/18 09:53:09 ago Exp $ EAPI=4 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then NLS_DEPEND="sys-devel/gettext" NLS_RDEPEND="virtual/libintl" else - KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" + KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" SRC_URI="mirror://sourceforge/xine/${P}.tar.xz" NLS_IUSE="nls" NLS_DEPEND="nls? ( sys-devel/gettext )" |