diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-01-05 15:53:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-01-05 15:53:19 +0000 |
commit | 8687b9d259c9c2b6773261179a22bfe77cf40044 (patch) | |
tree | f754711b5fa6724135415abd358f469a19b4067f /games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild | |
parent | Version bump to the first stable release of parole. http://releases.xfce.org/... (diff) | |
download | historical-8687b9d259c9c2b6773261179a22bfe77cf40044.tar.gz historical-8687b9d259c9c2b6773261179a22bfe77cf40044.tar.bz2 historical-8687b9d259c9c2b6773261179a22bfe77cf40044.zip |
comment out svn KEYWORDS to make ekeyword happy
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild')
-rw-r--r-- | games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild b/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild index 3ba3ae6ec260..e56bf7b71267 100644 --- a/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild +++ b/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild,v 1.4 2009/12/29 14:13:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild,v 1.5 2010/01/05 15:53:19 vapier Exp $ EAPI=2 if [[ "${PV}" == "9999" ]]; then ESVN_REPO_URI="http://linux-wbfs-manager.googlecode.com/svn/trunk/" inherit toolchain-funcs subversion SRC_URI="" - KEYWORDS="amd64 x86" + #KEYWORDS="" else inherit toolchain-funcs SRC_URI="http://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz" |