From 90361fd38f71b168e68d83b98b5782950bccd1fc Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 16 Feb 2017 10:58:29 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- cups/subscriptions.conf | 4 ++-- env.d/65python-docs | 1 - portage/package.keywords | 3 +++ python-exec/python-exec.conf | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 env.d/65python-docs diff --git a/cups/subscriptions.conf b/cups/subscriptions.conf index f1de75a9..676ec31c 100644 --- a/cups/subscriptions.conf +++ b/cups/subscriptions.conf @@ -1,5 +1,5 @@ # Subscription configuration file for CUPS v2.1.4 -# Written by cupsd on 2017-02-15 10:37 +# Written by cupsd on 2017-02-16 10:36 NextSubscriptionId 345 Events all @@ -7,6 +7,6 @@ Owner anonymous Recipient dbus:// LeaseDuration 86400 Interval 0 -ExpirationTime 1487237824 +ExpirationTime 1487324164 NextEventId 1 diff --git a/env.d/65python-docs b/env.d/65python-docs deleted file mode 100644 index 6dd8002b..00000000 --- a/env.d/65python-docs +++ /dev/null @@ -1 +0,0 @@ -PYTHONDOCS="/usr/share/doc/python-docs-2.7.10/html/library" diff --git a/portage/package.keywords b/portage/package.keywords index 3ebbcba5..037f4c92 100644 --- a/portage/package.keywords +++ b/portage/package.keywords @@ -113,6 +113,7 @@ app-misc/ddate ~dev-python/cffi-1.8.3 ~dev-python/dnspython-1.15.0 dev-python/fbrehm-libs +~dev-python/flake8-3.2.1 ~dev-python/gdata-2.0.18 # ~dev-python/iniparse-0.4 # ~dev-python/isodate-0.4.9 @@ -121,6 +122,7 @@ dev-python/fbrehm-libs ~dev-python/logilab-common-0.59.1 ~dev-python/m2crypto-0.22.3 ~dev-python/markupsafe-0.23 +~dev-python/mccabe-0.5.3 dev-python/passlib ~dev-python/pathlib-1.0 dev-python/pb-logging @@ -132,6 +134,7 @@ dev-python/pb-logging ~dev-python/pillow-2.3.0 ~dev-python/ply-3.9 ~dev-python/pycairo-1.10.0 +~dev-python/pycodestyle-2.2.0 ~dev-python/pycparser-2.17 ~dev-python/pygments-1.6 ~dev-python/pygobject-3.22.0 diff --git a/python-exec/python-exec.conf b/python-exec/python-exec.conf index 12d6d3f9..7e4111b2 100644 --- a/python-exec/python-exec.conf +++ b/python-exec/python-exec.conf @@ -25,5 +25,5 @@ # to start. # # Note: this file can be modified by calls to 'eselect python'. -python2.7 python3.4 +python2.7 -- 2.39.5