diff options
author | Fabian Groffen <grobian@gentoo.org> | 2014-06-05 11:28:17 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2014-06-05 11:28:17 +0000 |
commit | 7d530af0b8af76cd0a6b0f0ca25e47400522cfea (patch) | |
tree | 6d272915d3cf9d1b21511d3f203b31acc455f851 /sys-cluster/polysh | |
parent | Marked ~x64-macos (diff) | |
download | gentoo-2-7d530af0b8af76cd0a6b0f0ca25e47400522cfea.tar.gz gentoo-2-7d530af0b8af76cd0a6b0f0ca25e47400522cfea.tar.bz2 gentoo-2-7d530af0b8af76cd0a6b0f0ca25e47400522cfea.zip |
Marked ~x64-macos
(Portage version: HEAD/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'sys-cluster/polysh')
-rw-r--r-- | sys-cluster/polysh/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/polysh/polysh-0.4-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-cluster/polysh/ChangeLog b/sys-cluster/polysh/ChangeLog index 071f87083e68..674ba04a12cb 100644 --- a/sys-cluster/polysh/ChangeLog +++ b/sys-cluster/polysh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/polysh # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/polysh/ChangeLog,v 1.8 2014/03/24 16:21:48 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/polysh/ChangeLog,v 1.9 2014/06/05 11:28:17 grobian Exp $ + + 05 Jun 2014; Fabian Groffen <grobian@gentoo.org> polysh-0.4-r1.ebuild: + Marked ~x64-macos 24 Mar 2014; Kacper Kowalik <xarthisius@gentoo.org> metadata.xml: Drop maintainership diff --git a/sys-cluster/polysh/polysh-0.4-r1.ebuild b/sys-cluster/polysh/polysh-0.4-r1.ebuild index f8e583a88a8a..e704ef16b71d 100644 --- a/sys-cluster/polysh/polysh-0.4-r1.ebuild +++ b/sys-cluster/polysh/polysh-0.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/polysh/polysh-0.4-r1.ebuild,v 1.4 2013/09/05 19:06:56 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/polysh/polysh-0.4-r1.ebuild,v 1.5 2014/06/05 11:28:17 grobian Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -13,5 +13,5 @@ SRC_URI="http://guichaz.free.fr/polysh/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="" |