diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2015-01-23 17:45:30 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2015-01-23 17:45:30 +0000 |
commit | e7b11dc0f688bba8b3702f62826b985b79020122 (patch) | |
tree | b4bed2d81ece4408be07a0bdc41d5c20c17e0f8f /sys-cluster/libcircle | |
parent | Version bump of oracle-jdk-bin:7 wrt bug #537214 (diff) | |
download | gentoo-2-e7b11dc0f688bba8b3702f62826b985b79020122.tar.gz gentoo-2-e7b11dc0f688bba8b3702f62826b985b79020122.tar.bz2 gentoo-2-e7b11dc0f688bba8b3702f62826b985b79020122.zip |
added ~amd64-linux (tested by me)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sys-cluster/libcircle')
-rw-r--r-- | sys-cluster/libcircle/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-cluster/libcircle/ChangeLog b/sys-cluster/libcircle/ChangeLog index b6925249bcc6..bfc76972a85e 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.4 2014/03/17 19:04:20 ottxor Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v 1.5 2015/01/23 17:45:30 ottxor Exp $ + + 23 Jan 2015; Christoph Junghans <ottxor@gentoo.org> + libcircle-0.2.0_rc1.ebuild: + added ~amd64-linux (tested by me) *libcircle-0.2.0_rc1 (17 Mar 2014) diff --git a/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild b/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild index eec347442174..3c6847af26b3 100644 --- a/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild +++ b/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild,v 1.1 2014/03/17 19:04:20 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild,v 1.2 2015/01/23 17:45:30 ottxor Exp $ EAPI=5 @@ -13,7 +13,7 @@ if [ "${PV}" = "9999" ]; then else inherit vcs-snapshot SRC_URI="https://github.com/hpc/${PN}/archive/${PV/_rc/-rc.}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~x86 ~amd64-linux" fi DESCRIPTION="an API for distributing embarrassingly parallel workloads using self-stabilization" |