diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:49:21 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:49:21 +0000 |
commit | 76f03b15abd7b85dc55e37123366f15b0bfcbef8 (patch) | |
tree | 74b5ff797d7356d840fcb79d696f68f757677bad | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-76f03b15abd7b85dc55e37123366f15b0bfcbef8.tar.gz gentoo-2-76f03b15abd7b85dc55e37123366f15b0bfcbef8.tar.bz2 gentoo-2-76f03b15abd7b85dc55e37123366f15b0bfcbef8.zip |
x86 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
-rw-r--r-- | dev-python/gitdb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/gitdb/gitdb-0.6.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/gitdb/ChangeLog b/dev-python/gitdb/ChangeLog index 953ff2444cc3..9393c8493cc7 100644 --- a/dev-python/gitdb/ChangeLog +++ b/dev-python/gitdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gitdb # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gitdb/ChangeLog,v 1.9 2015/03/06 22:22:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gitdb/ChangeLog,v 1.10 2015/03/08 23:49:21 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> gitdb-0.6.4.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> gitdb-0.6.4.ebuild: amd64 stable, bug 540290 diff --git a/dev-python/gitdb/gitdb-0.6.4.ebuild b/dev-python/gitdb/gitdb-0.6.4.ebuild index 44826f2de30a..e7b00b022160 100644 --- a/dev-python/gitdb/gitdb-0.6.4.ebuild +++ b/dev-python/gitdb/gitdb-0.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gitdb/gitdb-0.6.4.ebuild,v 1.2 2015/03/06 22:22:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gitdb/gitdb-0.6.4.ebuild,v 1.3 2015/03/08 23:49:21 pacho Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-vcs/git |