summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-08-06 07:20:01 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-08-06 07:20:01 +0000
commit0d6849cd66de4697d5646f03d1d2cb9ceee051e8 (patch)
tree0b80d78d437a90ffa59a38326e0013068e1d177b /dev-lang
parentStable for x86, wrt bug #552444 (diff)
downloadgentoo-2-0d6849cd66de4697d5646f03d1d2cb9ceee051e8.tar.gz
gentoo-2-0d6849cd66de4697d5646f03d1d2cb9ceee051e8.tar.bz2
gentoo-2-0d6849cd66de4697d5646f03d1d2cb9ceee051e8.zip
Stable for x86, wrt bug #552444
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/erlang/ChangeLog5
-rw-r--r--dev-lang/erlang/erlang-17.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/erlang/ChangeLog b/dev-lang/erlang/ChangeLog
index a509d89952f3..23d9d08e0f8d 100644
--- a/dev-lang/erlang/ChangeLog
+++ b/dev-lang/erlang/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/erlang
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.273 2015/08/03 11:56:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.274 2015/08/06 07:20:01 ago Exp $
+
+ 06 Aug 2015; Agostino Sarubbo <ago@gentoo.org> erlang-17.5.ebuild:
+ Stable for x86, wrt bug #552444
03 Aug 2015; Agostino Sarubbo <ago@gentoo.org> erlang-17.5.ebuild:
Stable for amd64, wrt bug #552444
diff --git a/dev-lang/erlang/erlang-17.5.ebuild b/dev-lang/erlang/erlang-17.5.ebuild
index 4c2dbd0b886a..8cb19245d1a7 100644
--- a/dev-lang/erlang/erlang-17.5.ebuild
+++ b/dev-lang/erlang/erlang-17.5.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-lang/erlang/erlang-17.5.ebuild,v 1.5 2015/08/03 11:56:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-17.5.ebuild,v 1.6 2015/08/06 07:20:01 ago Exp $
EAPI=4
WX_GTK_VER="2.8"
@@ -18,7 +18,7 @@ SRC_URI="http://www.erlang.org/download/otp_src_${PV}.tar.gz
LICENSE="ErlPL-1.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~ia64 ppc ~ppc64 sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
IUSE="compat-ethread doc emacs halfword hipe java kpoll odbc smp sctp ssl systemd tk wxwidgets"
RDEPEND=">=dev-lang/perl-5.6.1