diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-15 18:11:18 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-15 18:11:18 +0000 |
commit | 1b13e54385c26f93018016350234d0583f6e4a83 (patch) | |
tree | ac6e7bcd51defb8e5d9d6823619c68a9e9f2f2cd /games-action/maelstrom | |
parent | Marked ~amd64. (diff) | |
download | gentoo-2-1b13e54385c26f93018016350234d0583f6e4a83.tar.gz gentoo-2-1b13e54385c26f93018016350234d0583f6e4a83.tar.bz2 gentoo-2-1b13e54385c26f93018016350234d0583f6e4a83.zip |
Fixed epatch line and closing bug #102618.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-action/maelstrom')
-rw-r--r-- | games-action/maelstrom/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/maelstrom/maelstrom-3.0.6-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-action/maelstrom/ChangeLog b/games-action/maelstrom/ChangeLog index d481654458bb..be8801249186 100644 --- a/games-action/maelstrom/ChangeLog +++ b/games-action/maelstrom/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/maelstrom # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.15 2005/08/09 21:25:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.16 2005/08/15 18:11:18 wolf31o2 Exp $ + + 15 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> + maelstrom-3.0.6-r1.ebuild: + Fixed epatch line and closing bug #102618. 09 Aug 2005; Michael Sterrett <mr_bones_@gentoo.org> -files/maelstrom-3.0.6-security.patch, -maelstrom-3.0.5.ebuild, diff --git a/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild b/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild index 5df50550e243..e0b4bc3016aa 100644 --- a/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild +++ b/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild,v 1.6 2004/08/31 19:52:05 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild,v 1.7 2005/08/15 18:11:18 wolf31o2 Exp $ inherit eutils games @@ -24,7 +24,7 @@ src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/${P}-security.patch + epatch ${FILESDIR}/${PF}-security.patch # gcc-34 fix epatch ${FILESDIR}/${PN}-gcc34.patch |