diff options
author | Karel Kočí <cynerd@email.cz> | 2020-04-22 12:02:01 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-04-22 12:02:01 +0200 |
commit | 4870423d7f13275d92f87f7dc004023be9bb04c1 (patch) | |
tree | fb7282b9b54535ef8e36159fb942e03d46ba0345 /profiles/desktop | |
parent | ad7b26614ba0bf05b508ed08038a052dbaf5aac5 (diff) | |
download | gentoo-personal-overlay-4870423d7f13275d92f87f7dc004023be9bb04c1.tar.gz gentoo-personal-overlay-4870423d7f13275d92f87f7dc004023be9bb04c1.tar.bz2 gentoo-personal-overlay-4870423d7f13275d92f87f7dc004023be9bb04c1.zip |
profiles: try to use Python2 packages
This selectively enables Python2 for packages that do not have Python3
support.
Diffstat (limited to 'profiles/desktop')
-rw-r--r-- | profiles/desktop/package.use | 5 | ||||
-rw-r--r-- | profiles/desktop/packages | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/profiles/desktop/package.use b/profiles/desktop/package.use index ed83422..a8570ad 100644 --- a/profiles/desktop/package.use +++ b/profiles/desktop/package.use @@ -22,6 +22,11 @@ net-mail/notmuch python dev-libs/gmime smime # Task app-misc/task vim-syntax +# OfflineImap +net-mail/offlineimap python_single_target_python2_7 +dev-python/six python_targets_python2_7 +dev-lang/python-exec python_targets_python2_7 +dev-python/setuptools python_targets_python2_7 # MPD media-sound/mpd eventfd signalfd glib id3tag libmpdclient mpg123 network nfs pipe recorder diff --git a/profiles/desktop/packages b/profiles/desktop/packages index a0208aa..d3208ba 100644 --- a/profiles/desktop/packages +++ b/profiles/desktop/packages @@ -52,6 +52,7 @@ x11-misc/urxvt-perls mail-client/neomutt mail-mta/msmtp www-client/lynx +net-mail/offlineimap # New mail? #mail-client/alot #net-mail/isync |