diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-12-06 15:08:15 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-12-06 15:08:15 +0000 |
commit | e25b4be9ed6f80809cab12e0947e4a207d5d7087 (patch) | |
tree | c92727dd7daf83cef5decce3859455e1ece71942 /games-simulation/openttd/openttd-0.6.3.ebuild | |
parent | inherit eutils (diff) | |
download | gentoo-2-e25b4be9ed6f80809cab12e0947e4a207d5d7087.tar.gz gentoo-2-e25b4be9ed6f80809cab12e0947e4a207d5d7087.tar.bz2 gentoo-2-e25b4be9ed6f80809cab12e0947e4a207d5d7087.zip |
inherit eutils
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.7 i686)
Diffstat (limited to 'games-simulation/openttd/openttd-0.6.3.ebuild')
-rw-r--r-- | games-simulation/openttd/openttd-0.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-simulation/openttd/openttd-0.6.3.ebuild b/games-simulation/openttd/openttd-0.6.3.ebuild index 0f3611f29588..c13d0d2fd006 100644 --- a/games-simulation/openttd/openttd-0.6.3.ebuild +++ b/games-simulation/openttd/openttd-0.6.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.6.3.ebuild,v 1.1 2008/10/23 04:29:56 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.6.3.ebuild,v 1.2 2008/12/06 15:08:15 nyhm Exp $ EAPI="2" -inherit games +inherit eutils games MY_P=${P/_rc/-RC} |