diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-13 11:41:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-13 11:41:17 +0000 |
commit | ce5a871007d1952f27b9aa4652e7217d311da106 (patch) | |
tree | 7e518c7ce94fd9f77dc61e9ff2ee3dccf6586652 /dev-python/diff-match-patch | |
parent | Stable for x86, wrt bug #448504 (diff) | |
download | gentoo-2-ce5a871007d1952f27b9aa4652e7217d311da106.tar.gz gentoo-2-ce5a871007d1952f27b9aa4652e7217d311da106.tar.bz2 gentoo-2-ce5a871007d1952f27b9aa4652e7217d311da106.zip |
Stable for x86, wrt bug #450170
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/diff-match-patch')
-rw-r--r-- | dev-python/diff-match-patch/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/diff-match-patch/diff-match-patch-20120106.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/diff-match-patch/ChangeLog b/dev-python/diff-match-patch/ChangeLog index a8bfce1bc057..74ff6ad6a2a0 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-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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.11 2013/01/13 11:41:17 ago Exp $ + + 13 Jan 2013; Agostino Sarubbo <ago@gentoo.org> + diff-match-patch-20120106.ebuild: + Stable for x86, wrt bug #450170 05 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> diff-match-patch-20120106.ebuild: @@ -42,4 +46,3 @@ 27 Dec 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> +diff-match-patch-20110725.1.ebuild, +metadata.xml: Initial ebuild. - 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 73dc786ed89a..96c1fc2600ae 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-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.2 2013/01/05 19:43:03 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20120106.ebuild,v 1.3 2013/01/13 11:41:17 ago 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="" |