diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 22:47:20 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 22:47:20 +0000 |
commit | 7d6f5a5db8085f1e717d7ed724e9688ae8f5bd1c (patch) | |
tree | 3e25e43f45eee28ab7f14cd4f43b22c285caaa8e /dev-python | |
parent | amd64 stable, bug #501390 (diff) | |
download | gentoo-2-7d6f5a5db8085f1e717d7ed724e9688ae8f5bd1c.tar.gz gentoo-2-7d6f5a5db8085f1e717d7ed724e9688ae8f5bd1c.tar.bz2 gentoo-2-7d6f5a5db8085f1e717d7ed724e9688ae8f5bd1c.zip |
amd64 stable, bug #501494
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/diff-match-patch/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/diff-match-patch/diff-match-patch-20121119.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/diff-match-patch/ChangeLog b/dev-python/diff-match-patch/ChangeLog index 9e11d0d775fd..9e6d1110df7a 100644 --- a/dev-python/diff-match-patch/ChangeLog +++ b/dev-python/diff-match-patch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/diff-match-patch # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.15 2014/02/16 15:08:59 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.16 2014/03/02 22:47:20 pacho Exp $ + + 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> diff-match-patch-20121119.ebuild: + amd64 stable, bug #501494 16 Feb 2014; Amadeusz Żołnowski <aidecoe@gentoo.org> -diff-match-patch-20110725.1.ebuild, -diff-match-patch-20120106-r1.ebuild: diff --git a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild index 7a2075c005e7..6114138b608c 100644 --- a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild +++ b/dev-python/diff-match-patch/diff-match-patch-20121119.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/diff-match-patch/diff-match-patch-20121119.ebuild,v 1.1 2013/12/28 18:18:57 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild,v 1.2 2014/03/02 22:47:20 pacho Exp $ EAPI=5 @@ -14,7 +14,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="" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |