diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-05-14 22:38:11 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-05-14 22:38:11 +0000 |
commit | 398c89c7a12bf3265e50456d93655ae1abfed241 (patch) | |
tree | afe4e994b45abdae4d06929da78a6aaaa3b87ae3 /games-fps/quake3 | |
parent | [bump] virtual/perl-Module-CoreList-2.490.0 (diff) | |
download | gentoo-2-398c89c7a12bf3265e50456d93655ae1abfed241.tar.gz gentoo-2-398c89c7a12bf3265e50456d93655ae1abfed241.tar.bz2 gentoo-2-398c89c7a12bf3265e50456d93655ae1abfed241.zip |
Make sure to call subversion_wc_info. Thanks to Andrey Vihrov, bug 222005.
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/quake3')
-rw-r--r-- | games-fps/quake3/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/quake3/quake3-9999.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-fps/quake3/ChangeLog b/games-fps/quake3/ChangeLog index 57db162c9138..429475059d7c 100644 --- a/games-fps/quake3/ChangeLog +++ b/games-fps/quake3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/quake3 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.57 2011/05/06 22:21:19 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.58 2011/05/14 22:38:11 mattst88 Exp $ + + 14 May 2011; Matt Turner <mattst88@gentoo.org> quake3-9999.ebuild: + Make sure to call subversion_wc_info. Thanks to Andrey Vihrov, bug 222005. 06 May 2011; Matt Turner <mattst88@gentoo.org> quake3-1.36.ebuild, quake3-9999.ebuild, metadata.xml: diff --git a/games-fps/quake3/quake3-9999.ebuild b/games-fps/quake3/quake3-9999.ebuild index 3911284ad4b0..1fafb6d4c9ca 100644 --- a/games-fps/quake3/quake3-9999.ebuild +++ b/games-fps/quake3/quake3-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.20 2011/05/06 22:21:19 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.21 2011/05/14 22:38:11 mattst88 Exp $ # quake3-9999 -> latest svn # quake3-9999.REV -> use svn REV @@ -70,6 +70,7 @@ my_platform() { src_prepare() { if [[ "${PV}" == 9999* ]] ; then # Workaround for the version string + subversion_wc_info ln -s "${ESVN_WC_PATH}/.svn" .svn || die "ln ${ESVN_WC_PATH}/.svn" fi } |