diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-03 19:05:04 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-03 19:05:04 +0000 |
commit | 8b5a270c1327c6ae0e83c4b2c58c90b32e83f3de (patch) | |
tree | e9f581549e622a369b560e040a4de566aa621b20 /media-libs/xine-lib/xine-lib-1.2.9999.ebuild | |
parent | Version bump and syncronize ebuild(s) wrt #397515 (diff) | |
download | historical-8b5a270c1327c6ae0e83c4b2c58c90b32e83f3de.tar.gz historical-8b5a270c1327c6ae0e83c4b2c58c90b32e83f3de.tar.bz2 historical-8b5a270c1327c6ae0e83c4b2c58c90b32e83f3de.zip |
typing error in unused code
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'media-libs/xine-lib/xine-lib-1.2.9999.ebuild')
-rw-r--r-- | media-libs/xine-lib/xine-lib-1.2.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild index 3947de6ae562..7f76d2f424d6 100644 --- a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.9999.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.9999.ebuild,v 1.3 2012/01/03 19:00:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v 1.4 2012/01/03 19:05:04 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="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" SRC_URI="mirror://sourceforge/xine/${P}.tar.xz" fi |