diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-09-03 17:14:26 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-09-03 17:14:26 +0000 |
commit | 13ffabf2bdd5e4ad52213ea2ef339d9239001cf8 (patch) | |
tree | 038aa7d1076e6d62b65140e10d0acadcbd2edb22 /dev-python/ssl-fetch | |
parent | added ~x64-macos (tested by me) (diff) | |
download | gentoo-2-13ffabf2bdd5e4ad52213ea2ef339d9239001cf8.tar.gz gentoo-2-13ffabf2bdd5e4ad52213ea2ef339d9239001cf8.tar.bz2 gentoo-2-13ffabf2bdd5e4ad52213ea2ef339d9239001cf8.zip |
added ~x64-macos (tested by me)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'dev-python/ssl-fetch')
-rw-r--r-- | dev-python/ssl-fetch/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/ssl-fetch/ChangeLog b/dev-python/ssl-fetch/ChangeLog index d38b4b86a527..0c2fe0c59258 100644 --- a/dev-python/ssl-fetch/ChangeLog +++ b/dev-python/ssl-fetch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ssl-fetch # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.22 2014/08/28 08:34:51 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.23 2014/09/03 17:14:26 ottxor Exp $ + + 03 Sep 2014; Christoph Junghans <ottxor@gentoo.org> ssl-fetch-0.2.1.ebuild: + added ~x64-macos (tested by me) 28 Aug 2014; Naohiro Aota <naota@gentoo.org> ssl-fetch-0.2.1.ebuild: Add ~x86-fbsd. failed to add to 0.2.1 #509628 diff --git a/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild index c2b42c96c612..354a12260433 100644 --- a/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-0.2.1.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/ssl-fetch/ssl-fetch-0.2.1.ebuild,v 1.7 2014/08/28 08:34:51 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild,v 1.8 2014/09/03 17:14:26 ottxor Exp $ EAPI="5" @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -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" DEPEND="" |