diff options
Diffstat (limited to 'sci-libs/libh2o')
-rw-r--r-- | sci-libs/libh2o/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/libh2o/libh2o-9999.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-libs/libh2o/ChangeLog b/sci-libs/libh2o/ChangeLog index a1ab14b085bd..f804d044c6f6 100644 --- a/sci-libs/libh2o/ChangeLog +++ b/sci-libs/libh2o/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libh2o -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2o/ChangeLog,v 1.6 2012/12/15 12:44:36 mgorny Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2o/ChangeLog,v 1.7 2013/10/16 13:11:17 mgorny Exp $ + + 16 Oct 2013; Michał Górny <mgorny@gentoo.org> libh2o-9999.ebuild: + Switch to git-r3. *libh2o-9999 (15 Dec 2012) diff --git a/sci-libs/libh2o/libh2o-9999.ebuild b/sci-libs/libh2o/libh2o-9999.ebuild index f07484433a1a..02ce52992d55 100644 --- a/sci-libs/libh2o/libh2o-9999.ebuild +++ b/sci-libs/libh2o/libh2o-9999.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2o/libh2o-9999.ebuild,v 1.1 2012/12/15 12:44:36 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2o/libh2o-9999.ebuild,v 1.2 2013/10/16 13:11:17 mgorny Exp $ -EAPI=4 +EAPI=5 #if LIVE AUTOTOOLS_AUTORECONF=yes EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git" -inherit git-2 +inherit git-r3 #endif inherit autotools-utils |