-EAPI="5"
+EAPI=7
-EGIT_REPO_URI="git://toy.bzium.org/~embe/embe-profile-files.git"
+EGIT_REPO_URI="https://git.bzium.org/embe/embe-profile-files.git"
inherit git-r3
LICENSE="public-domain"
SLOT="0"
KEYWORDS=""
-IUSE="+choinka +fortune"
+IUSE="+choinka fortune"
DEPEND=""
RDEPEND="
src_prepare()
{
+ default
+
use choinka || rm ??-embe-choinka.sh.in
use fortune || rm ??-embe-fortune.sh.in
}