diff options
author | Markus Meier <maekke@gentoo.org> | 2011-10-17 20:19:18 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-10-17 20:19:18 +0000 |
commit | 5f5632c929f8f87bc004328e1426894bc93bc5ee (patch) | |
tree | f63e63e90da51bc88d31f566dea8a013cc3da111 /dev-libs/yajl/yajl-1.0.11.ebuild | |
parent | arm stable, bug #382641 (diff) | |
download | gentoo-2-5f5632c929f8f87bc004328e1426894bc93bc5ee.tar.gz gentoo-2-5f5632c929f8f87bc004328e1426894bc93bc5ee.tar.bz2 gentoo-2-5f5632c929f8f87bc004328e1426894bc93bc5ee.zip |
stabilize correct version for arm
(Portage version: 2.1.10.27/cvs/Linux i686)
Diffstat (limited to 'dev-libs/yajl/yajl-1.0.11.ebuild')
-rw-r--r-- | dev-libs/yajl/yajl-1.0.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/yajl/yajl-1.0.11.ebuild b/dev-libs/yajl/yajl-1.0.11.ebuild index ef0b60b27136..496587d39dfc 100644 --- a/dev-libs/yajl/yajl-1.0.11.ebuild +++ b/dev-libs/yajl/yajl-1.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-1.0.11.ebuild,v 1.8 2011/10/17 14:29:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-1.0.11.ebuild,v 1.9 2011/10/17 20:19:18 maekke Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="http://github.com/lloyd/yajl/tarball/${PV} -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86" IUSE="" |