diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-10-16 13:13:05 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-10-16 13:13:05 +0000 |
commit | 0623ab26ecc7b079828bc6ef39b1080da746d8ce (patch) | |
tree | c04b1647bc4cea818e67d9d119e0162919d442cb /sci-libs | |
parent | Switch to git-r3. (diff) | |
download | gentoo-2-0623ab26ecc7b079828bc6ef39b1080da746d8ce.tar.gz gentoo-2-0623ab26ecc7b079828bc6ef39b1080da746d8ce.tar.bz2 gentoo-2-0623ab26ecc7b079828bc6ef39b1080da746d8ce.zip |
Switch to git-r3. Add SLOT operators to dependencies.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libh2oxx/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/libh2oxx/libh2oxx-9999.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/sci-libs/libh2oxx/ChangeLog b/sci-libs/libh2oxx/ChangeLog index ba428d212045..13a917421764 100644 --- a/sci-libs/libh2oxx/ChangeLog +++ b/sci-libs/libh2oxx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libh2oxx -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2oxx/ChangeLog,v 1.4 2012/12/15 13:00:52 mgorny Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2oxx/ChangeLog,v 1.5 2013/10/16 13:13:05 mgorny Exp $ + + 16 Oct 2013; Michał Górny <mgorny@gentoo.org> libh2oxx-9999.ebuild: + Switch to git-r3. Add SLOT operators to dependencies. *libh2oxx-9999 (15 Dec 2012) diff --git a/sci-libs/libh2oxx/libh2oxx-9999.ebuild b/sci-libs/libh2oxx/libh2oxx-9999.ebuild index c3120bf40f7a..8f36da739d93 100644 --- a/sci-libs/libh2oxx/libh2oxx-9999.ebuild +++ b/sci-libs/libh2oxx/libh2oxx-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/libh2oxx/libh2oxx-9999.ebuild,v 1.1 2012/12/15 13:00:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2oxx/libh2oxx-9999.ebuild,v 1.2 2013/10/16 13:13:05 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 @@ -22,7 +22,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug static-libs" -RDEPEND=">=sci-libs/libh2o-0.2" +RDEPEND=">=sci-libs/libh2o-0.2:0=" DEPEND="${RDEPEND}" #if LIVE |