summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-cluster/libcircle/ChangeLog6
-rw-r--r--sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-cluster/libcircle/ChangeLog b/sys-cluster/libcircle/ChangeLog
index 2f8193d97f2d..987f2d0e170e 100644
--- a/sys-cluster/libcircle/ChangeLog
+++ b/sys-cluster/libcircle/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/libcircle
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v 1.2 2014/01/19 02:27:37 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v 1.3 2014/01/19 19:27:26 ottxor Exp $
+
+ 19 Jan 2014; Christoph Junghans <ottxor@gentoo.org>
+ libcircle-0.1.0_rc1.ebuild:
+ added ~x86 (tested by me)
19 Jan 2014; Christoph Junghans <ottxor@gentoo.org>
libcircle-0.1.0_rc1.ebuild:
diff --git a/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild b/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild
index 9b2fde8d068f..cc721b731fd3 100644
--- a/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild
+++ b/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild,v 1.2 2014/01/19 02:27:37 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild,v 1.3 2014/01/19 19:27:26 ottxor Exp $
EAPI=5
@@ -14,7 +14,7 @@ else
[[ ${PV} = *rc* ]] && MY_PV="${PV%%_rc*}-rc.${PV#*_rc}" || MY_PV="${PV}"
inherit vcs-snapshot
SRC_URI="https://github.com/hpc/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="an API for distributing embarrassingly parallel workloads using self-stabilization"