X-Git-Url: https://git.bzium.org/embe/overlay.git/blobdiff_plain/c4934790b87fcda599a0ce62407e8c26e564bb9c..b5ee5d570e4f010c5ba204e2eab28caf2ee5eca0:/app-misc/choinka/choinka-9999.ebuild diff --git a/app-misc/choinka/choinka-9999.ebuild b/app-misc/choinka/choinka-9999.ebuild index d243ab2..0b6835c 100644 --- a/app-misc/choinka/choinka-9999.ebuild +++ b/app-misc/choinka/choinka-9999.ebuild @@ -1,8 +1,8 @@ -EAPI="5" +EAPI="6" EGIT_REPO_URI="git://toy.bzium.org/~embe/choinka.git" -inherit git-r3 autotools +inherit git-r3 meson DESCRIPTION="A simple program for displaying a Christmas tree on the console." HOMEPAGE="" @@ -12,9 +12,5 @@ SLOT="0" KEYWORDS="" IUSE="" -DEPEND="sys-libs/ncurses" -RDEPEND="${DEPEND}" - -src_prepare() { - eautoreconf -} +RDEPEND="sys-libs/ncurses:0=" +DEPEND="${RDEPEND}"