diff options
author | 2018-08-07 10:07:29 -0400 | |
---|---|---|
committer | 2018-08-07 10:09:23 -0400 | |
commit | 8dfb30482f57773d3a9e64c02657e1536e1a79a9 (patch) | |
tree | 4983b2bd43f8e5cf12584474bff4b44cf1632350 | |
parent | x11-plugins/enigmail: Removed old. (diff) | |
download | mozilla-8dfb30482f57773d3a9e64c02657e1536e1a79a9.tar.gz mozilla-8dfb30482f57773d3a9e64c02657e1536e1a79a9.tar.bz2 mozilla-8dfb30482f57773d3a9e64c02657e1536e1a79a9.zip |
dev-lang/spidermonkey:60 - fix SLOT
Bug: http://bugs.gentoo.org/662746
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-60.1.1_pre3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/spidermonkey/spidermonkey-60.1.1_pre3.ebuild b/dev-lang/spidermonkey/spidermonkey-60.1.1_pre3.ebuild index aeb1675..09d9d29 100644 --- a/dev-lang/spidermonkey/spidermonkey-60.1.1_pre3.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-60.1.1_pre3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://archive.mozilla.org/pub/spidermonkey/prereleases/60/pre3/${MY_P https://dev.gentoo.org/~axs/distfiles/${PN}-60.0-patches-02.tar.xz" LICENSE="NPL-1.1" -SLOT="52" +SLOT="60" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="debug +jit minimal +system-icu test" |