Skip to content

Commit

Permalink
dev-util/catalyst: Remove py3.5 support due to snakeoil dropping it
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Aug 25, 2019
1 parent 0b32d4b commit 83da39f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-util/catalyst/catalyst-3.0.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~x86-fbsd"
fi

PYTHON_COMPAT=( python{3_5,3_6,3_7} )
PYTHON_COMPAT=( python{3_6,3_7} )

inherit distutils-r1 ${SRC_ECLASS}

Expand Down
2 changes: 1 addition & 1 deletion dev-util/catalyst/catalyst-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
fi

PYTHON_COMPAT=( python{3_5,3_6,3_7} )
PYTHON_COMPAT=( python{3_6,3_7} )

inherit distutils-r1 ${SRC_ECLASS}

Expand Down

0 comments on commit 83da39f

Please sign in to comment.