summaryrefslogtreecommitdiff
path: root/app-text/pelican/pelican-3.7.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/pelican/pelican-3.7.1.ebuild')
-rw-r--r--app-text/pelican/pelican-3.7.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pelican/pelican-3.7.1.ebuild b/app-text/pelican/pelican-3.7.1.ebuild
index a2d838d99469..2ef91da11647 100644
--- a/app-text/pelican/pelican-3.7.1.ebuild
+++ b/app-text/pelican/pelican-3.7.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.
LICENSE="AGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="doc examples markdown test"
DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]