diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-09-28 14:56:27 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-09-28 14:56:27 +0000 |
commit | 63ca026f49a032afb2c279bd6b042b87101bc11c (patch) | |
tree | 6b75fbdc98241eae7cf7022cd446200c16a2ef99 /media-libs/xine-lib | |
parent | Version bump by mike (bug #483308). (diff) | |
download | gentoo-2-63ca026f49a032afb2c279bd6b042b87101bc11c.tar.gz gentoo-2-63ca026f49a032afb2c279bd6b042b87101bc11c.tar.bz2 gentoo-2-63ca026f49a032afb2c279bd6b042b87101bc11c.zip |
Stable for HPPA (bug #451350).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 cdbfdf1d29ce..1761a7c09f6a 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.698 2013/09/25 08:47:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.699 2013/09/28 14:56:27 jer Exp $ + + 28 Sep 2013; Jeroen Roovers <jer@gentoo.org> xine-lib-1.2.3.ebuild: + Stable for HPPA (bug #451350). 25 Sep 2013; Samuli Suominen <ssuominen@gentoo.org> xine-lib-1.2.4.ebuild, xine-lib-1.2.9999.ebuild: 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 143752a2532b..adb95efd0554 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.4 2013/09/25 08:05:54 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.3.ebuild,v 1.5 2013/09/28 14:56:27 jer 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 )" |