From: Tomas Mozes Date: Tue, 9 Jan 2018 05:55:26 +0000 (+0100) Subject: app-admin/syslog-ng: drop python3. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4a25c4ea1a7b89aa1d8d577939fb8002756b95d8;p=gentoo.git app-admin/syslog-ng: drop python3. Closes: https://bugs.gentoo.org/643948 Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6802 --- diff --git a/app-admin/syslog-ng/syslog-ng-3.12.1.ebuild b/app-admin/syslog-ng/syslog-ng-3.12.1.ebuild index b608df786967..4dd8f23a9bfc 100644 --- a/app-admin/syslog-ng/syslog-ng-3.12.1.ebuild +++ b/app-admin/syslog-ng/syslog-ng-3.12.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 ) inherit autotools python-single-r1 eutils multilib systemd versionator diff --git a/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild b/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild index ddb99e5c2c89..fc965332d85e 100644 --- a/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild +++ b/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 ) inherit autotools python-single-r1 eutils multilib systemd versionator