[dev-python/qscintilla-python*,x11-libs/qscintilla*] version bump to 2.10.1

This commit is contained in:
Sławomir Nizio
2017-08-24 21:07:57 +02:00
parent acb2d2154b
commit ffb6643b3a
10 changed files with 7 additions and 7 deletions
@@ -0,0 +1,27 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit python-r1
DESCRIPTION="Meta package for ${PN} (install ${PN}-qt4 or ${PN}-qt5 instead)"
HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro"
SRC_URI=""
LICENSE="metapackage"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug +qt4 qt5"
DEPEND="
qt4? ( =${CATEGORY}/${PN}-qt4-${PVR} )
qt5? ( =${CATEGORY}/${PN}-qt5-${PVR} )
"
# Depend on qt4 for compatibility which was until the split ebuild was
# introduced.
RDEPEND="
qt4? ( =${CATEGORY}/${PN}-qt4-${PVR} )
!qt4? ( =${CATEGORY}/${PN}-qt5-${PVR} )
"