diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-13 06:27:44 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-13 06:27:44 +0000 |
commit | 37e0dcc185ef7c4df01fa47b239b6bbdd76fbb3b (patch) | |
tree | 1c26601f0b3b60239bc728ca9edfedf8572c9255 /net-irc | |
parent | Version bump. (diff) | |
download | gentoo-2-37e0dcc185ef7c4df01fa47b239b6bbdd76fbb3b.tar.gz gentoo-2-37e0dcc185ef7c4df01fa47b239b6bbdd76fbb3b.tar.bz2 gentoo-2-37e0dcc185ef7c4df01fa47b239b6bbdd76fbb3b.zip |
Make the -9999 ebuild clone the submodules too to fix the build since modules/contrib/ was made a submodule.
(Portage version: 2.2.0_alpha104/cvs/Linux i686)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/atheme-services/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/atheme-services/atheme-services-9999.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-irc/atheme-services/ChangeLog b/net-irc/atheme-services/ChangeLog index f8e30d19d984..00080bcfe9e3 100644 --- a/net-irc/atheme-services/ChangeLog +++ b/net-irc/atheme-services/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/atheme-services # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v 1.42 2012/05/03 06:27:14 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v 1.43 2012/05/13 06:27:44 jdhore Exp $ + + 13 May 2012; Jeff Horelick <jdhore@gentoo.org> atheme-services-9999.ebuild: + Make the -9999 ebuild clone the submodules too to fix the build since + modules/contrib/ was made a submodule. 03 May 2012; Jeff Horelick <jdhore@gentoo.org> atheme-services-6.0.10.ebuild, atheme-services-7.0.0.ebuild, atheme-services-7.0.1.ebuild, diff --git a/net-irc/atheme-services/atheme-services-9999.ebuild b/net-irc/atheme-services/atheme-services-9999.ebuild index c987ce2410b7..a26b0b3ca9e3 100644 --- a/net-irc/atheme-services/atheme-services-9999.ebuild +++ b/net-irc/atheme-services/atheme-services-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/atheme-services-9999.ebuild,v 1.3 2012/05/03 06:27:14 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/atheme-services-9999.ebuild,v 1.4 2012/05/13 06:27:44 jdhore Exp $ EAPI=4 @@ -11,6 +11,7 @@ MY_P=${P/_/-} DESCRIPTION="A portable and secure set of open-source and modular IRC services" HOMEPAGE="http://atheme.net/" EGIT_REPO_URI="git://git.atheme.org/atheme.git" +EGIT_HAS_SUBMODULES="true" LICENSE="BSD" SLOT="0" |