diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-28 20:50:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-28 20:50:42 +0000 |
commit | b531f563295ff1ad3072d36cca2f6111b4d7cb11 (patch) | |
tree | dc61f62eed2582b0f7d19b4ca144c1230d08d91a /games-simulation | |
parent | Version bump (bug #209920). (diff) | |
download | gentoo-2-b531f563295ff1ad3072d36cca2f6111b4d7cb11.tar.gz gentoo-2-b531f563295ff1ad3072d36cca2f6111b4d7cb11.tar.bz2 gentoo-2-b531f563295ff1ad3072d36cca2f6111b4d7cb11.zip |
autotools love (bug #206412)
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/kfreeflight/ChangeLog | 8 | ||||
-rw-r--r-- | games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-simulation/kfreeflight/ChangeLog b/games-simulation/kfreeflight/ChangeLog index 28a9a4e74590..561197e81f27 100644 --- a/games-simulation/kfreeflight/ChangeLog +++ b/games-simulation/kfreeflight/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/kfreeflight -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/kfreeflight/ChangeLog,v 1.4 2006/11/17 12:51:52 nyhm Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/kfreeflight/ChangeLog,v 1.5 2008/02/28 20:50:42 mr_bones_ Exp $ + + 28 Feb 2008; Michael Sterrett <mr_bones_@gentoo.org> + kfreeflight-0.2.1_rc1.ebuild: + autotools love (bug #206412) 17 Nov 2006; Tristan Heaven <nyhm@gentoo.org> kfreeflight-0.2.1_rc1.ebuild: diff --git a/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild b/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild index f798cde52144..a24cd406dcc5 100644 --- a/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild +++ b/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild,v 1.4 2006/11/17 12:51:52 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild,v 1.5 2008/02/28 20:50:42 mr_bones_ Exp $ -inherit eutils kde-functions games +WANT_AUTOMAKE=1.9 # bug #206412 +inherit autotools eutils kde-functions games MY_P=${P//_/} |