public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/offlineimap/
Date: Sun, 18 Jun 2017 00:23:04 +0000 (UTC)	[thread overview]
Message-ID: <1497745363.162572c2e2c1060ad6c35c8fcc262302e3f55827.prometheanfire@gentoo> (raw)

commit:     162572c2e2c1060ad6c35c8fcc262302e3f55827
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 00:22:43 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 00:22:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162572c2

net-mail/offlineimap: offlineimap does not support python3 bug 616388

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-mail/offlineimap/offlineimap-7.0.14.ebuild | 2 +-
 net-mail/offlineimap/offlineimap-7.1.0.ebuild  | 2 +-
 net-mail/offlineimap/offlineimap-7.1.1.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-mail/offlineimap/offlineimap-7.0.14.ebuild b/net-mail/offlineimap/offlineimap-7.0.14.ebuild
index c38b4b23157..3258d1bf16b 100644
--- a/net-mail/offlineimap/offlineimap-7.0.14.ebuild
+++ b/net-mail/offlineimap/offlineimap-7.0.14.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 # Normally you need only one version of this.
 DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="threads,sqlite,ssl?"
 
 inherit distutils-r1

diff --git a/net-mail/offlineimap/offlineimap-7.1.0.ebuild b/net-mail/offlineimap/offlineimap-7.1.0.ebuild
index c38b4b23157..3258d1bf16b 100644
--- a/net-mail/offlineimap/offlineimap-7.1.0.ebuild
+++ b/net-mail/offlineimap/offlineimap-7.1.0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 # Normally you need only one version of this.
 DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="threads,sqlite,ssl?"
 
 inherit distutils-r1

diff --git a/net-mail/offlineimap/offlineimap-7.1.1.ebuild b/net-mail/offlineimap/offlineimap-7.1.1.ebuild
index c38b4b23157..3258d1bf16b 100644
--- a/net-mail/offlineimap/offlineimap-7.1.1.ebuild
+++ b/net-mail/offlineimap/offlineimap-7.1.1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 # Normally you need only one version of this.
 DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="threads,sqlite,ssl?"
 
 inherit distutils-r1


             reply	other threads:[~2017-06-18  0:23 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-18  0:23 Matt Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-06-09 13:53 [gentoo-commits] repo/gentoo:master commit in: net-mail/offlineimap/ Agostino Sarubbo
2020-06-09 13:45 Agostino Sarubbo
2020-05-06 11:51 Joonas Niilola
2020-05-06 11:51 Joonas Niilola
2020-05-06 11:51 Joonas Niilola
2020-02-09 16:47 Michał Górny
2019-11-30 21:30 Sergei Trofimovich
2019-11-27 13:30 Thomas Deutschmann
2019-11-27 12:56 Agostino Sarubbo
2019-07-06  9:02 Tim Harder
2019-07-06  9:02 Tim Harder
2018-12-25 20:40 Tim Harder
2018-06-30 17:34 Tim Harder
2018-06-30 17:34 Tim Harder
2018-03-23  1:36 Tim Harder
2017-11-06  7:46 Tim Harder
2017-10-08 18:57 Tim Harder
2017-07-22  8:45 Tim Harder
2017-06-02 23:23 Tim Harder
2017-04-20 16:35 Jason Zaman
2017-04-12 10:19 Tim Harder
2017-04-12 10:19 Tim Harder
2017-01-30 15:47 Tim Harder
2016-12-09  6:42 Tim Harder
2016-12-09  6:42 Tim Harder
2016-11-29 22:50 Tim Harder
2016-11-10  4:44 Tim Harder
2016-10-27  5:01 Tim Harder
2016-09-21 20:25 Tim Harder
2016-08-25 21:35 Tim Harder
2016-08-17 20:25 Tim Harder
2016-08-10 21:00 Tim Harder
2016-08-09 19:53 Tim Harder
2016-08-02 16:20 Tim Harder
2016-08-02 16:20 Tim Harder
2016-08-01  8:32 Jason Zaman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1497745363.162572c2e2c1060ad6c35c8fcc262302e3f55827.prometheanfire@gentoo \
    --to=prometheanfire@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox