X-Git-Url: https://git.bzium.org/embe/overlay.git/blobdiff_plain/d5c69b06ecbf172dbd3f6680acb8ba6659d80d7c..93be7843e2b0a1ace9c43d672398014fa11ef6e5:/app-misc/choinka/choinka-9999.ebuild diff --git a/app-misc/choinka/choinka-9999.ebuild b/app-misc/choinka/choinka-9999.ebuild index 421ab5c..83bc3c7 100644 --- a/app-misc/choinka/choinka-9999.ebuild +++ b/app-misc/choinka/choinka-9999.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="3" +EAPI="4" EGIT_REPO_URI="git://toy.bzium.org/~embe/choinka.git" -inherit git autotools +inherit git-2 autotools DESCRIPTION="A simple program for displaying a Christmas tree on the console." HOMEPAGE="" @@ -22,7 +22,3 @@ RDEPEND="${DEPEND}" src_prepare() { eautoreconf } - -src_install() { - emake DESTDIR="${D}" install -}