diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-01-19 19:27:26 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-01-19 19:27:26 +0000 |
commit | 9e55f29e3879967c0fa8ebf0f2463422ef54e8a0 (patch) | |
tree | d5dfbc35ceea8ca238881ece263beec68a729629 /sys-cluster/libcircle | |
parent | Stabilizing r4 policies (diff) | |
download | gentoo-2-9e55f29e3879967c0fa8ebf0f2463422ef54e8a0.tar.gz gentoo-2-9e55f29e3879967c0fa8ebf0f2463422ef54e8a0.tar.bz2 gentoo-2-9e55f29e3879967c0fa8ebf0f2463422ef54e8a0.zip |
added ~x86 (tested by me)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sys-cluster/libcircle')
-rw-r--r-- | sys-cluster/libcircle/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild | 4 |
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" |