diff options
author | Michael Weber <xmw@gentoo.org> | 2010-11-20 12:00:36 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2010-11-20 12:00:36 +0000 |
commit | 435609684fcea9554d59c5cb4b8fcde6b862458c (patch) | |
tree | 42aff52b5dbe1769c6dccc67cea75eb879c49fd7 /net-libs/meanwhile/meanwhile-1.0.2.ebuild | |
parent | Add ~arm wrt #345737 (diff) | |
download | gentoo-2-435609684fcea9554d59c5cb4b8fcde6b862458c.tar.gz gentoo-2-435609684fcea9554d59c5cb4b8fcde6b862458c.tar.bz2 gentoo-2-435609684fcea9554d59c5cb4b8fcde6b862458c.zip |
Added ~arm keyword (bug 343505)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/meanwhile/meanwhile-1.0.2.ebuild')
-rw-r--r-- | net-libs/meanwhile/meanwhile-1.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/meanwhile/meanwhile-1.0.2.ebuild b/net-libs/meanwhile/meanwhile-1.0.2.ebuild index 7a0a8b63097d..56678701174a 100644 --- a/net-libs/meanwhile/meanwhile-1.0.2.ebuild +++ b/net-libs/meanwhile/meanwhile-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/meanwhile/meanwhile-1.0.2.ebuild,v 1.17 2009/08/18 21:12:06 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/meanwhile/meanwhile-1.0.2.ebuild,v 1.18 2010/11/20 12:00:36 xmw Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2" IUSE="doc debug" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ia64 mips ppc ppc64 sparc x86" RDEPEND=">=dev-libs/glib-2" |