diff options
author | Markus Meier <maekke@gentoo.org> | 2015-01-01 20:57:40 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-01-01 20:57:40 +0000 |
commit | 039b5bab55f997fcfec00a264cb11d794c71e91b (patch) | |
tree | 282bc518da150326430b6d059ca7de345522a294 /dev-libs | |
parent | arm stable, bug #529964 (diff) | |
download | gentoo-2-039b5bab55f997fcfec00a264cb11d794c71e91b.tar.gz gentoo-2-039b5bab55f997fcfec00a264cb11d794c71e91b.tar.bz2 gentoo-2-039b5bab55f997fcfec00a264cb11d794c71e91b.zip |
arm stable, bug #529964
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/gjs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/gjs/gjs-1.40.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/gjs/ChangeLog b/dev-libs/gjs/ChangeLog index b1e8261e4845..a65dc478947b 100644 --- a/dev-libs/gjs/ChangeLog +++ b/dev-libs/gjs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/gjs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.61 2015/01/01 08:40:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.62 2015/01/01 20:57:40 maekke Exp $ + + 01 Jan 2015; Markus Meier <maekke@gentoo.org> gjs-1.40.1-r1.ebuild: + arm stable, bug #529964 01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gjs-1.40.1-r1.ebuild: Stable for sparc, wrt bug #529964 diff --git a/dev-libs/gjs/gjs-1.40.1-r1.ebuild b/dev-libs/gjs/gjs-1.40.1-r1.ebuild index 2a0628f835ae..50779c225273 100644 --- a/dev-libs/gjs/gjs-1.40.1-r1.ebuild +++ b/dev-libs/gjs/gjs-1.40.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.40.1-r1.ebuild,v 1.8 2015/01/01 08:40:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.40.1-r1.ebuild,v 1.9 2015/01/01 20:57:40 maekke Exp $ EAPI="5" GCONF_DEBUG="no" @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs" LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )" SLOT="0" IUSE="+cairo examples gtk test" -KEYWORDS="~alpha amd64 ~arm ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 sparc x86" RDEPEND=" >=dev-libs/glib-2.36:2 |