diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-07-26 10:55:33 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-07-26 10:55:33 +0000 |
commit | b02c38461b0f3253f084f34f8c263630733e6bfa (patch) | |
tree | 5c7ac2f3f1075e3db54f09309454c456b2687537 /games-fps | |
parent | Remove USE musepack since ffmpeg offers internal codecs for SV7 and SV8 support. (diff) | |
download | gentoo-2-b02c38461b0f3253f084f34f8c263630733e6bfa.tar.gz gentoo-2-b02c38461b0f3253f084f34f8c263630733e6bfa.tar.bz2 gentoo-2-b02c38461b0f3253f084f34f8c263630733e6bfa.zip |
Don't install mod symlinks, they should be installed by the mod packages
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake3-bin/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/games-fps/quake3-bin/ChangeLog b/games-fps/quake3-bin/ChangeLog index f3ae4c453f67..6ea78a3fd172 100644 --- a/games-fps/quake3-bin/ChangeLog +++ b/games-fps/quake3-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/quake3-bin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.28 2009/02/09 03:50:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.29 2009/07/26 10:55:33 nyhm Exp $ + + 26 Jul 2009; Tristan Heaven <nyhm@gentoo.org> quake3-bin-1.32c-r1.ebuild: + Don't install mod symlinks, they should be installed by the mod packages 09 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org> quake3-bin-1.32c-r1.ebuild: diff --git a/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild b/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild index 19a0d64b02de..e0d9a813ccce 100644 --- a/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild +++ b/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild,v 1.8 2009/02/09 03:50:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild,v 1.9 2009/07/26 10:55:33 nyhm Exp $ EAPI=2 inherit eutils games @@ -101,7 +101,6 @@ src_install() { newconfd "${FILESDIR}"/q3ded.conf.d quake3-ded fi - games_link_mods prepgamesdirs } |