diff options
author | 2013-01-05 19:43:03 +0000 | |
---|---|---|
committer | 2013-01-05 19:43:03 +0000 | |
commit | 950b1e3a3b47084f64ccb62a50652f08ff6151c4 (patch) | |
tree | 6ef87d4d78c8530e54a17a00fe6b891dc55c9a7c /dev-python/diff-match-patch | |
parent | Remove ftp.caliu.cat from kde mirrors since it times out (diff) | |
download | gentoo-2-950b1e3a3b47084f64ccb62a50652f08ff6151c4.tar.gz gentoo-2-950b1e3a3b47084f64ccb62a50652f08ff6151c4.tar.bz2 gentoo-2-950b1e3a3b47084f64ccb62a50652f08ff6151c4.zip |
Stable on amd64, wrt bug #450170
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/diff-match-patch')
-rw-r--r-- | dev-python/diff-match-patch/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/diff-match-patch/diff-match-patch-20120106.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/diff-match-patch/ChangeLog b/dev-python/diff-match-patch/ChangeLog index 746f0750be91..a8bfce1bc057 100644 --- a/dev-python/diff-match-patch/ChangeLog +++ b/dev-python/diff-match-patch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/diff-match-patch -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.9 2012/11/24 19:56:04 aidecoe Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.10 2013/01/05 19:43:03 pinkbyte Exp $ + + 05 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> + diff-match-patch-20120106.ebuild: + Stable on amd64, wrt bug #450170 *diff-match-patch-20120106 (24 Nov 2012) diff --git a/dev-python/diff-match-patch/diff-match-patch-20120106.ebuild b/dev-python/diff-match-patch/diff-match-patch-20120106.ebuild index 6b82b954e923..73dc786ed89a 100644 --- a/dev-python/diff-match-patch/diff-match-patch-20120106.ebuild +++ b/dev-python/diff-match-patch/diff-match-patch-20120106.ebuild @@ -1,6 +1,6 @@ -# 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/dev-python/diff-match-patch/diff-match-patch-20120106.ebuild,v 1.1 2012/11/24 19:56:04 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20120106.ebuild,v 1.2 2013/01/05 19:43:03 pinkbyte Exp $ EAPI=4 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="" |