diff options
author | 2014-07-31 20:33:25 +0000 | |
---|---|---|
committer | 2014-07-31 20:33:25 +0000 | |
commit | d9f7827bbbbacb2b0f21a16fe0dd837288c89143 (patch) | |
tree | cd5d813577c78a506cae449ee95bf57018e39489 | |
parent | fixing Manifest, uncertain why it was wrong (diff) | |
download | gentoo-2-d9f7827bbbbacb2b0f21a16fe0dd837288c89143.tar.gz gentoo-2-d9f7827bbbbacb2b0f21a16fe0dd837288c89143.tar.bz2 gentoo-2-d9f7827bbbbacb2b0f21a16fe0dd837288c89143.zip |
added ~x86-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/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 9a928e3992de..1f1baae78825 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.15 2014/07/29 21:56:01 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.16 2014/07/31 20:33:25 ottxor Exp $ + + 31 Jul 2014; Christoph Junghans <ottxor@gentoo.org> ssl-fetch-0.2.1.ebuild: + added ~x86-macos (tested by me) 29 Jul 2014; Anthony G. Basile <blueness@gentoo.org> ssl-fetch-0.2.1.ebuild, ssl-fetch-0.2.ebuild: 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 b745e91c8610..ababd5bd1e75 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.2 2014/07/29 21:56:01 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild,v 1.3 2014/07/31 20:33:25 ottxor Exp $ EAPI="5" @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-macos" DEPEND="" |