inherit aspell-dict versionator
LICENSE="|| ( GPL-2 LGPL-2.1 CCPL-ShareAlike-1.0 MPL-1.1 )"
-KEYWORDS="amd64 x86 x64-macos"
+KEYWORDS="amd64 x86 ~x64-macos"
IUSE=""
MY_P=$(version_format_string 'aspell${1}-pl-${1}.${2}_${3}-${4}')
S="${WORKDIR}/${MY_P}"
HOMEPAGE="http://www.sjp.pl/slownik/ort/"
+
+src_configure()
+{
+ # Puste, aspell-dict.eclass potrzebuje tego dla EAPI >= 2
+ return 0
+}