diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2012-02-23 13:10:45 +0000 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2012-02-23 13:10:45 +0000 |
commit | 6bcc9ca0e10871a3582291df06cddbc8254362c5 (patch) | |
tree | bba642731e79ff55f837b731cdccef818a9cc1ea /dev-python/diff-match-patch/diff-match-patch-20110725.1.ebuild | |
parent | Version bump (diff) | |
download | historical-6bcc9ca0e10871a3582291df06cddbc8254362c5.tar.gz historical-6bcc9ca0e10871a3582291df06cddbc8254362c5.tar.bz2 historical-6bcc9ca0e10871a3582291df06cddbc8254362c5.zip |
dev-python/diff-match-patch-20110725: Tested on x86 and added ~x86 keyword.
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-python/diff-match-patch/diff-match-patch-20110725.1.ebuild')
-rw-r--r-- | dev-python/diff-match-patch/diff-match-patch-20110725.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 772e004af382..4eeba5362cc2 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-2011 Gentoo Foundation +# 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.2 2011/12/27 14:26:35 aidecoe Exp $ +# $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 $ 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" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" |