From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SXU6f-0006MO-W7 for garchives@archives.gentoo.org; Thu, 24 May 2012 09:13:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11EBEE0B0E; Thu, 24 May 2012 09:12:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D98A5E0B16 for ; Thu, 24 May 2012 09:12:00 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 390E21B4048 for ; Thu, 24 May 2012 09:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3A5F1E5438 for ; Thu, 24 May 2012 09:11:57 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <1337847809.f723e70d03098be32986bcb907ccb173617f7a02.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-accessibility/at-spi2-core/ X-VCS-Repository: proj/gnome X-VCS-Files: app-accessibility/at-spi2-core/at-spi2-core-9999.ebuild X-VCS-Directories: app-accessibility/at-spi2-core/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: f723e70d03098be32986bcb907ccb173617f7a02 X-VCS-Branch: master Date: Thu, 24 May 2012 09:11:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 489f9026-530c-41b3-b299-f340373cb3f5 X-Archives-Hash: f73478a0fc1aa84ea8626db4742c7401 commit: f723e70d03098be32986bcb907ccb173617f7a02 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Thu May 24 08:23:29 2012 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Thu May 24 08:23:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Df723e70d app-accessibility/at-spi2-core: update --- .../at-spi2-core/at-spi2-core-9999.ebuild | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app-accessibility/at-spi2-core/at-spi2-core-9999.ebuild b/ap= p-accessibility/at-spi2-core/at-spi2-core-9999.ebuild index 9af5f80..9e069a9 100644 --- a/app-accessibility/at-spi2-core/at-spi2-core-9999.ebuild +++ b/app-accessibility/at-spi2-core/at-spi2-core-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -19,7 +19,7 @@ SLOT=3D"2" if [[ ${PV} =3D 9999 ]]; then KEYWORDS=3D"" else - KEYWORDS=3D"~amd64 ~x86" + KEYWORDS=3D"~amd64 ~arm ~hppa ~x86" fi IUSE=3D"doc +introspection" =20 @@ -33,6 +33,7 @@ RDEPEND=3D" " DEPEND=3D"${RDEPEND} >=3Ddev-util/intltool-0.40 + virtual/pkgconfig doc? ( >=3Ddev-util/gtk-doc-1.9 ) " =20