diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-22 19:43:02 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-22 19:43:02 +0000 |
commit | 5eee827dbd2becd95f802084f13e781adbfdb4e5 (patch) | |
tree | 698b4175d57c621ac45fd80d3576813feac0b1db /games-strategy/ufo-ai | |
parent | quoting (diff) | |
download | gentoo-2-5eee827dbd2becd95f802084f13e781adbfdb4e5.tar.gz gentoo-2-5eee827dbd2becd95f802084f13e781adbfdb4e5.tar.bz2 gentoo-2-5eee827dbd2becd95f802084f13e781adbfdb4e5.zip |
autotools is unused
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-strategy/ufo-ai')
-rw-r--r-- | games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild b/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild index 047aa214de83..8694d3ab853d 100644 --- a/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild +++ b/games-strategy/ufo-ai/ufo-ai-2.2.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-strategy/ufo-ai/ufo-ai-2.2.1.ebuild,v 1.2 2009/08/10 00:35:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild,v 1.3 2009/09/22 19:43:02 mr_bones_ Exp $ EAPI=2 -inherit eutils autotools games +inherit eutils games MY_P="${P/o-a/oa}" |