diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-05 10:30:26 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-05 10:30:26 +0000 |
commit | 68537a695ae563ec231679ae54d4bf5ff911ec0f (patch) | |
tree | 157298d2cc14589a12b9b4788d522d51049bc38c /dev-python/snakeoil | |
parent | Drop old (diff) | |
download | gentoo-2-68537a695ae563ec231679ae54d4bf5ff911ec0f.tar.gz gentoo-2-68537a695ae563ec231679ae54d4bf5ff911ec0f.tar.bz2 gentoo-2-68537a695ae563ec231679ae54d4bf5ff911ec0f.zip |
Require EGIT_MIN_CLONE_TYPE=single due to server limitations.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/snakeoil')
-rw-r--r-- | dev-python/snakeoil/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/snakeoil/snakeoil-9999.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/snakeoil/ChangeLog b/dev-python/snakeoil/ChangeLog index ad51584c7299..2db4584cc806 100644 --- a/dev-python/snakeoil/ChangeLog +++ b/dev-python/snakeoil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/snakeoil -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.65 2013/10/30 19:21:36 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.66 2014/03/05 10:30:26 mgorny Exp $ + + 05 Mar 2014; Michał Górny <mgorny@gentoo.org> snakeoil-9999.ebuild: + Require EGIT_MIN_CLONE_TYPE=single due to server limitations. 30 Oct 2013; Michał Górny <mgorny@gentoo.org> snakeoil-0.5.2.ebuild: Update the dep to use dev-lang/python-exec. diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild index 7e735bc1db39..9e6b8a8fc9e6 100644 --- a/dev-python/snakeoil/snakeoil-9999.ebuild +++ b/dev-python/snakeoil/snakeoil-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild,v 1.8 2013/09/26 12:13:25 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild,v 1.9 2014/03/05 10:30:26 mgorny Exp $ EAPI=4 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -8,7 +8,7 @@ inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://code.google.com/p/snakeoil/" - EGIT_NONSHALLOW=1 + EGIT_MIN_CLONE_TYPE=single inherit git-r3 else KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" |