diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-06-26 02:14:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-06-26 02:14:05 +0000 |
commit | 8b3d1665a93410b014e9f1080b8be6a796b73f2b (patch) | |
tree | aeed828be7cc7a35f84d1fd2bfb58d60412442e8 /games-sports/xmoto | |
parent | amd64 stable - 273918 (diff) | |
download | gentoo-2-8b3d1665a93410b014e9f1080b8be6a796b73f2b.tar.gz gentoo-2-8b3d1665a93410b014e9f1080b8be6a796b73f2b.tar.bz2 gentoo-2-8b3d1665a93410b014e9f1080b8be6a796b73f2b.zip |
autotools isn't needed
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-sports/xmoto')
-rw-r--r-- | games-sports/xmoto/xmoto-0.5.0-r1.ebuild | 4 | ||||
-rw-r--r-- | games-sports/xmoto/xmoto-0.5.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-sports/xmoto/xmoto-0.5.0-r1.ebuild b/games-sports/xmoto/xmoto-0.5.0-r1.ebuild index 65f1a60c4bc8..25f891f049bf 100644 --- a/games-sports/xmoto/xmoto-0.5.0-r1.ebuild +++ b/games-sports/xmoto/xmoto-0.5.0-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.5.0-r1.ebuild,v 1.6 2009/03/18 22:42:07 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.5.0-r1.ebuild,v 1.7 2009/06/26 02:14:05 mr_bones_ Exp $ EAPI=2 -inherit autotools eutils games +inherit eutils games LVL_PV="0.5.0~rc2" #they unfortunately don't release both at the same time, why ~ as separator :( LVL="inksmoto-${LVL_PV}" diff --git a/games-sports/xmoto/xmoto-0.5.1.ebuild b/games-sports/xmoto/xmoto-0.5.1.ebuild index db9a640b039e..9dad2fcfc15f 100644 --- a/games-sports/xmoto/xmoto-0.5.1.ebuild +++ b/games-sports/xmoto/xmoto-0.5.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.5.1.ebuild,v 1.3 2009/05/31 02:33:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.5.1.ebuild,v 1.4 2009/06/26 02:14:05 mr_bones_ Exp $ EAPI=2 -inherit autotools eutils games +inherit eutils games LVL_PV="0.5.1" #they unfortunately don't release both at the same time, why ~ as separator :( LVL="inksmoto-${LVL_PV}" |