diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-03-20 09:01:31 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-03-20 09:01:31 +0000 |
commit | 952e6240feee364d4c8db5e008e911ceb2af0de2 (patch) | |
tree | 6603e8e2251c3e81725397ba42e89e4c3c3a511f /dev-python/diff-match-patch | |
parent | Unmask USE="acl" for sys-auth/consolekit here because it's Linux only feature... (diff) | |
download | gentoo-2-952e6240feee364d4c8db5e008e911ceb2af0de2.tar.gz gentoo-2-952e6240feee364d4c8db5e008e911ceb2af0de2.tar.bz2 gentoo-2-952e6240feee364d4c8db5e008e911ceb2af0de2.zip |
Stable for amd64, wrt bug #406533
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/diff-match-patch')
-rw-r--r-- | dev-python/diff-match-patch/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/diff-match-patch/diff-match-patch-20110725.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/diff-match-patch/ChangeLog b/dev-python/diff-match-patch/ChangeLog index 72985b828436..92c76c51dfdb 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.6 2012/03/02 07:53:17 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.7 2012/03/20 09:01:31 ago Exp $ + + 20 Mar 2012; Agostino Sarubbo <ago@gentoo.org> + diff-match-patch-20110725.1.ebuild: + Stable for amd64, wrt bug #406533 02 Mar 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> metadata.xml: Added python herd. diff --git a/dev-python/diff-match-patch/diff-match-patch-20110725.1.ebuild b/dev-python/diff-match-patch/diff-match-patch-20110725.1.ebuild index 4eeba5362cc2..dc57c23b4967 100644 --- a/dev-python/diff-match-patch/diff-match-patch-20110725.1.ebuild +++ b/dev-python/diff-match-patch/diff-match-patch-20110725.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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-20110725.1.ebuild,v 1.3 2012/02/23 13:10:45 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20110725.1.ebuild,v 1.4 2012/03/20 09:01:31 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="" |