diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-07-07 20:27:53 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-07-07 20:28:28 +0100 |
commit | 54de38257c98f770c374923332abb44073839229 (patch) | |
tree | 5c15674162e8e49c8e45451283afd650fbf960f7 /dev-libs/gjs | |
parent | app-editors/emacs: Fix infinite bootstrap loop on alpha. (diff) | |
download | gentoo-54de38257c98f770c374923332abb44073839229.tar.gz gentoo-54de38257c98f770c374923332abb44073839229.tar.bz2 gentoo-54de38257c98f770c374923332abb44073839229.zip |
dev-libs/gjs: stable 1.48.7 for ia64, bug #660314
Bug: https://bugs.gentoo.org/660314
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'dev-libs/gjs')
-rw-r--r-- | dev-libs/gjs/gjs-1.48.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/gjs/gjs-1.48.7.ebuild b/dev-libs/gjs/gjs-1.48.7.ebuild index 419fb94e3157..910ff1edc3e1 100644 --- a/dev-libs/gjs/gjs-1.48.7.ebuild +++ b/dev-libs/gjs/gjs-1.48.7.ebuild @@ -10,7 +10,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.52.1 |