diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-03-13 19:43:26 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-03-13 19:43:26 +0000 |
commit | 820f2d6099c24bbadbff9e9738846c86430939d3 (patch) | |
tree | 3ca43319c82a405153e1bf076e67971bae618089 /app-accessibility | |
parent | Update portageq patch for e-file. This fixes bug #504164. Thanks to Konstanti... (diff) | |
download | gentoo-2-820f2d6099c24bbadbff9e9738846c86430939d3.tar.gz gentoo-2-820f2d6099c24bbadbff9e9738846c86430939d3.tar.bz2 gentoo-2-820f2d6099c24bbadbff9e9738846c86430939d3.zip |
added ~x64-macos (tested by me)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/at-spi2-core/ChangeLog | 6 | ||||
-rw-r--r-- | app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-accessibility/at-spi2-core/ChangeLog b/app-accessibility/at-spi2-core/ChangeLog index 6bbac121f0c6..afece7530fdf 100644 --- a/app-accessibility/at-spi2-core/ChangeLog +++ b/app-accessibility/at-spi2-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/at-spi2-core # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.53 2014/03/09 11:52:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.54 2014/03/13 19:43:26 ottxor Exp $ + + 13 Mar 2014; Christoph Junghans <ottxor@gentoo.org> + at-spi2-core-2.10.2.ebuild: + added ~x64-macos (tested by me) 09 Mar 2014; Pacho Ramos <pacho@gentoo.org> at-spi2-core-2.10.2.ebuild: x86 stable, bug 499954 diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild index 4c8e4ef2c0a3..2ee83af18f16 100644 --- a/app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild +++ b/app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild,v 1.6 2014/03/09 11:52:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild,v 1.7 2014/03/13 19:43:26 ottxor Exp $ EAPI="5" GCONF_DEBUG="no" @@ -14,7 +14,7 @@ HOMEPAGE="http://live.gnome.org/Accessibility" LICENSE="LGPL-2+" SLOT="2" IUSE="+X +introspection" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos" # x11-libs/libSM is needed until upstream #719808 is solved either # making the dep unneeded or fixing their configure |