diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-02-22 21:11:19 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-02-22 21:11:19 +0000 |
commit | c7f68e3c8a0105cb33d53425cfcb25e057f36206 (patch) | |
tree | 7a23f234251ffd29e5f4ff3bd3ec8c0373cc5d11 /dev-libs/atk | |
parent | Fix wrong commit, bug 502160 (diff) | |
download | gentoo-2-c7f68e3c8a0105cb33d53425cfcb25e057f36206.tar.gz gentoo-2-c7f68e3c8a0105cb33d53425cfcb25e057f36206.tar.bz2 gentoo-2-c7f68e3c8a0105cb33d53425cfcb25e057f36206.zip |
Fix wrong commit, bug 502160
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs/atk')
-rw-r--r-- | dev-libs/atk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/atk/atk-2.10.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/atk/ChangeLog b/dev-libs/atk/ChangeLog index 2ef957be3150..34f805a3233b 100644 --- a/dev-libs/atk/ChangeLog +++ b/dev-libs/atk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/atk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.273 2014/02/22 14:36:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.274 2014/02/22 21:11:19 pacho Exp $ + + 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> atk-2.10.0.ebuild: + Fix wrong commit, bug 502160 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> atk-2.10.0.ebuild: arch stable, bug 888 diff --git a/dev-libs/atk/atk-2.10.0.ebuild b/dev-libs/atk/atk-2.10.0.ebuild index 34dc5ba89114..c85908735f70 100644 --- a/dev-libs/atk/atk-2.10.0.ebuild +++ b/dev-libs/atk/atk-2.10.0.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/dev-libs/atk/atk-2.10.0.ebuild,v 1.2 2014/02/22 14:36:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.10.0.ebuild,v 1.3 2014/02/22 21:11:19 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -12,7 +12,7 @@ HOMEPAGE="http://projects.gnome.org/accessibility/" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="+introspection nls test" RDEPEND=" |