Install this version:
emerge -a =app-text/qtspell-1.0.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-text/qtspell-1.0.2
Or alternatively:
emerge --autounmask-write -a =app-text/qtspell-1.0.2
EAPI=8
inherit cmake
DESCRIPTION="Spell checking for Qt text widgets"
HOMEPAGE="https://github.com/manisandro/qtspell"
SRC_URI="https://github.com/manisandro/${PN}/archive/${PV}.tar.gz -> $P.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="app-text/enchant
dev-qt/qtbase:6"
src_configure()
{
local mycmakeargs=(
-DQT_VER=6
)
cmake_src_configure
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | qtspell-1.0.2.tar.gz | 59734 bytes | https://github.com/manisandro/qtspell/archive/1.0.2.tar.gz |