diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-12-26 20:02:36 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-12-26 20:02:36 +0000 |
commit | bca2de041619dc4c1217a076940aea44b99539f9 (patch) | |
tree | c8d0cdc0470f08e6a6cd6558f8a1136db6b03cd8 /dev-libs | |
parent | Replace 2.11.0-solaris.patch by upstream commit, add 2.11.0-solaris10 patch f... (diff) | |
download | gentoo-2-bca2de041619dc4c1217a076940aea44b99539f9.tar.gz gentoo-2-bca2de041619dc4c1217a076940aea44b99539f9.tar.bz2 gentoo-2-bca2de041619dc4c1217a076940aea44b99539f9.zip |
Re-add ~arm keyword and -ia64 as found in spidermonkey ebuild.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/gjs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/gjs/gjs-1.38.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/gjs/ChangeLog b/dev-libs/gjs/ChangeLog index 790e1e1b1de3..75f82f3aa64c 100644 --- a/dev-libs/gjs/ChangeLog +++ b/dev-libs/gjs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/gjs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.28 2013/12/25 11:05:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.29 2013/12/26 20:02:36 eva Exp $ + + 26 Dec 2013; Gilles Dartiguelongue <eva@gentoo.org> gjs-1.38.1.ebuild: + Re-add ~arm keyword and -ia64 as found in spidermonkey ebuild. 25 Dec 2013; Pacho Ramos <pacho@gentoo.org> +files/gjs-1.38.1-fix-unittests.patch: diff --git a/dev-libs/gjs/gjs-1.38.1.ebuild b/dev-libs/gjs/gjs-1.38.1.ebuild index 281e9ae373af..2be0e7fd45f5 100644 --- a/dev-libs/gjs/gjs-1.38.1.ebuild +++ b/dev-libs/gjs/gjs-1.38.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.38.1.ebuild,v 1.1 2013/12/24 15:50:24 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.38.1.ebuild,v 1.2 2013/12/26 20:02:36 eva Exp $ EAPI="5" GCONF_DEBUG="no" @@ -13,7 +13,7 @@ HOMEPAGE="http://live.gnome.org/Gjs" LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )" SLOT="0" IUSE="+cairo examples test" -KEYWORDS=" ~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS=" ~alpha ~amd64 ~arm -ia64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" RDEPEND=" >=dev-libs/glib-2.36:2 |