From 46e5be5b8f9bcffeb54c522d5ef4fe5dce81930e Mon Sep 17 00:00:00 2001 From: Fredrik Eriksson Date: Thu, 16 Mar 2023 18:46:15 +0100 Subject: [PATCH] oops --- app-office/beancount/beancount-2.3.5.ebuild | 2 +- www-apps/fava/Manifest | 2 +- www-apps/fava/fava-1.24.ebuild | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app-office/beancount/beancount-2.3.5.ebuild b/app-office/beancount/beancount-2.3.5.ebuild index 7980082..ee55e34 100644 --- a/app-office/beancount/beancount-2.3.5.ebuild +++ b/app-office/beancount/beancount-2.3.5.ebuild @@ -20,7 +20,7 @@ DEPEND=" dev-python/click dev-python/pytest dev-python/python-magic - ev-python/bottle" + dev-python/bottle" RDEPEND="${DEPEND}" BDEPEND="" diff --git a/www-apps/fava/Manifest b/www-apps/fava/Manifest index 79b3353..3814aed 100644 --- a/www-apps/fava/Manifest +++ b/www-apps/fava/Manifest @@ -1 +1 @@ -EBUILD fava-1.24.ebuild 865 BLAKE2B 7fa13a749b6a4114a268f97830ffbf8db93f5772f70384b23331553dfb3f578ddc68d44e4d25021910696422541ab74dfc2be43b68daab8ca3b06b8ed00a7801 SHA512 1d62be220ec9d7d20dc2df1661fe753fa3cbc247b8655cc1cae5450cbf29d594b542ba91f6abb5df80b4f6a3feec764611be7d037d334c07f2d83b36cdc63720 +EBUILD fava-1.24.ebuild 900 BLAKE2B 118810e58bc09572826466ec4165425b9ee640c78715709af3d47326e7b16d262cf34982f428f9767f0434a9191189d4825df7778e56efe0f72a006fe50868ca SHA512 2bd69c287def364840975317dae0639a79950160267b81e37141a4f223a64bcdf0087aa63cd8da947eef343013b1b7d15b32eba35da375279a6c200b184f76b2 diff --git a/www-apps/fava/fava-1.24.ebuild b/www-apps/fava/fava-1.24.ebuild index 6a2bfb6..a6287fc 100644 --- a/www-apps/fava/fava-1.24.ebuild +++ b/www-apps/fava/fava-1.24.ebuild @@ -37,3 +37,8 @@ BDEPEND="" # Because I have no idea... RESTRICT="test" + +src_compile() { + cd ${S} + emake +}