diff options
Diffstat (limited to 'media-libs/xine-lib/xine-lib-1.2.1.ebuild')
-rw-r--r-- | media-libs/xine-lib/xine-lib-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/xine-lib/xine-lib-1.2.1.ebuild b/media-libs/xine-lib/xine-lib-1.2.1.ebuild index ac5757367afb..1a74eb46ffef 100644 --- a/media-libs/xine-lib/xine-lib-1.2.1.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.1.ebuild,v 1.5 2012/02/29 01:12:55 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.1.ebuild,v 1.6 2012/02/29 11:25:37 ssuominen Exp $ EAPI=4 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]]; then EHG_REPO_URI="http://hg.debian.org/hg/xine-lib/xine-lib-1.2" _live_inherits="autotools mercurial" 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" fi |