diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-16 21:55:11 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-16 21:55:11 +0000 |
commit | b078724fe6a80c09c11c7abcc5af3f292fc0da7c (patch) | |
tree | 9370e0503b6ba655e8669343a188542733a5285c /games-fps/ut2003-bonuspack-epic | |
parent | Fix by ph for build error with gcc-3.x #109476 by Mike Bonar. (diff) | |
download | gentoo-2-b078724fe6a80c09c11c7abcc5af3f292fc0da7c.tar.gz gentoo-2-b078724fe6a80c09c11c7abcc5af3f292fc0da7c.tar.bz2 gentoo-2-b078724fe6a80c09c11c7abcc5af3f292fc0da7c.zip |
Added CATEGORY.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'games-fps/ut2003-bonuspack-epic')
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-fps/ut2003-bonuspack-epic/ChangeLog b/games-fps/ut2003-bonuspack-epic/ChangeLog index d4fe9c401315..0f546781ec43 100644 --- a/games-fps/ut2003-bonuspack-epic/ChangeLog +++ b/games-fps/ut2003-bonuspack-epic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2003-bonuspack-epic # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.9 2005/10/16 21:51:44 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.10 2005/10/16 21:54:39 wolf31o2 Exp $ + + 16 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> + ut2003-bonuspack-epic-1.ebuild: + Added CATEGORY. 16 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-bonuspack-epic-1.ebuild: diff --git a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild index 65cfc0f84278..ab09afce60d1 100644 --- a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild +++ b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.9 2005/10/16 21:51:44 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.10 2005/10/16 21:54:39 wolf31o2 Exp $ inherit games @@ -55,7 +55,7 @@ src_install() { pkg_postinst() { einfo "You will need to run:" - einfo "emerge --config =${PF}" + einfo "emerge --config =${CATEGORY}/${PF}" einfo "to make the necessary changes to the system .ini files." echo einfo "Each user whom has already played the game will need to run:" |