diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2010-03-04 00:51:17 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2010-03-04 00:51:17 +0000 |
commit | 709849779efd4e528a2c84f270da7acb422f80c1 (patch) | |
tree | 67f09b42f599c7c3e06e441cf36c4bea8251e417 /games-roguelike/angband | |
parent | Version bump and old version cleanup (diff) | |
download | gentoo-2-709849779efd4e528a2c84f270da7acb422f80c1.tar.gz gentoo-2-709849779efd4e528a2c84f270da7acb422f80c1.tar.bz2 gentoo-2-709849779efd4e528a2c84f270da7acb422f80c1.zip |
inherit eutils
(Portage version: 2.2_rc64/cvs/Linux x86_64)
Diffstat (limited to 'games-roguelike/angband')
-rw-r--r-- | games-roguelike/angband/angband-3.1.2_p2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-roguelike/angband/angband-3.1.2_p2.ebuild b/games-roguelike/angband/angband-3.1.2_p2.ebuild index 5e0cef5052f1..780b45653adc 100644 --- a/games-roguelike/angband/angband-3.1.2_p2.ebuild +++ b/games-roguelike/angband/angband-3.1.2_p2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.1.2_p2.ebuild,v 1.1 2010/02/16 22:25:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.1.2_p2.ebuild,v 1.2 2010/03/04 00:51:17 nyhm Exp $ EAPI=2 -inherit versionator games +inherit eutils versionator games MAJOR_PV=$(get_version_component_range 1-2) MY_P=${P/_p/v} |