diff options
Diffstat (limited to 'media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild')
-rw-r--r-- | media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild b/media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild index c0f0119360c5..600b8386674d 100644 --- a/media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.1-r1.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-r1.ebuild,v 1.2 2012/04/18 02:10:25 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.1-r1.ebuild,v 1.3 2012/04/18 19:54:01 ago 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 |