diff options
author | 2013-10-22 14:19:01 +0000 | |
---|---|---|
committer | 2013-10-22 14:19:01 +0000 | |
commit | d463db7c3f9d9a5835a4beb9f517214abd7c9fa1 (patch) | |
tree | d86aea942ae45b8330acd45ab971dad483c8a834 | |
parent | Marked ~x64-macos, bug #487670 (diff) | |
download | gentoo-2-d463db7c3f9d9a5835a4beb9f517214abd7c9fa1.tar.gz gentoo-2-d463db7c3f9d9a5835a4beb9f517214abd7c9fa1.tar.bz2 gentoo-2-d463db7c3f9d9a5835a4beb9f517214abd7c9fa1.zip |
Marked ~x64-macos, bug #487670
(Portage version: 2.2.7-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
-rw-r--r-- | dev-python/pycmd/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pycmd/pycmd-1.0.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/pycmd/ChangeLog b/dev-python/pycmd/ChangeLog index dede8ab0598e..7472c81e0943 100644 --- a/dev-python/pycmd/ChangeLog +++ b/dev-python/pycmd/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for dev-python/pycmd -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycmd/ChangeLog,v 1.1 2010/12/13 13:33:35 arfrever Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycmd/ChangeLog,v 1.2 2013/10/22 14:19:01 grobian Exp $ + + 22 Oct 2013; Fabian Groffen <grobian@gentoo.org> pycmd-1.0.ebuild: + Marked ~x64-macos, bug #487670 *pycmd-1.0 (13 Dec 2010) 13 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> +pycmd-1.0.ebuild, +metadata.xml: Initial addition. Ebuild written by me. - diff --git a/dev-python/pycmd/pycmd-1.0.ebuild b/dev-python/pycmd/pycmd-1.0.ebuild index 73178b948084..2d8ef3929dac 100644 --- a/dev-python/pycmd/pycmd-1.0.ebuild +++ b/dev-python/pycmd/pycmd-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycmd/pycmd-1.0.ebuild,v 1.1 2010/12/13 13:33:35 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycmd/pycmd-1.0.ebuild,v 1.2 2013/10/22 14:19:01 grobian Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" RDEPEND=">=dev-python/py-1.4.0" |