diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-09-03 17:12:02 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-09-03 17:12:02 +0000 |
commit | 68272696be1525cce45203794dac75d66df3db3b (patch) | |
tree | 5009af837a4bbbd8d5b3ca58794586c8f5f258df | |
parent | Added ~x64-macos (tested by me) (diff) | |
download | gentoo-2-68272696be1525cce45203794dac75d66df3db3b.tar.gz gentoo-2-68272696be1525cce45203794dac75d66df3db3b.tar.bz2 gentoo-2-68272696be1525cce45203794dac75d66df3db3b.zip |
Added ~x64-macos (tested by me)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
-rw-r--r-- | dev-python/ndg-httpsclient/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/ndg-httpsclient/ChangeLog b/dev-python/ndg-httpsclient/ChangeLog index 8a1df3171270..7e0f862f1b72 100644 --- a/dev-python/ndg-httpsclient/ChangeLog +++ b/dev-python/ndg-httpsclient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/ndg-httpsclient # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ChangeLog,v 1.15 2014/08/28 08:25:59 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ChangeLog,v 1.16 2014/09/03 17:12:02 ottxor Exp $ + + 03 Sep 2014; Christoph Junghans <ottxor@gentoo.org> + ndg-httpsclient-0.3.2.ebuild: + Added ~x64-macos (tested by me) 28 Aug 2014; Naohiro Aota <naota@gentoo.org> ndg-httpsclient-0.3.2.ebuild: Add ~x86-fbsd. #509628 diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild index 80f622eabcee..b540778329c0 100644 --- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild +++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.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/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild,v 1.15 2014/08/28 08:25:59 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild,v 1.16 2014/09/03 17:12:02 ottxor Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/-/_}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos" IUSE="" RDEPEND="dev-python/pyopenssl[${PYTHON_USEDEP}]" |