[dev-python/qscintilla-python*,x11-libs/qscintilla*] version bump to 2.10.2
This commit is contained in:
@@ -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} )
|
||||
"
|
||||
Reference in New Issue
Block a user