diff options
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/gentoo/tuxanci-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index b5f0068..8874ca0 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -2,13 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="2_pre1" +EAPI="2" -ESVN_REPO_URI="http://opensvn.csie.org/tuxanci_ng" -inherit games cmake-utils subversion +inherit games cmake-utils git DESCRIPTION="Tuxanci is first cushion shooter inspired by game Bulanci." HOMEPAGE="http://www.tuxanci.org/" +EGIT_REPO_URI="git://repo.or.cz/tuxanci.git" #SRC_URI="http://download.${PN}.org/${PV}/${P}-src.tar.bz2" LICENSE="GPL-2" |