diff --git a/dev-lang/hare/hare-0.26.0.ebuild b/dev-lang/hare/hare-0.26.0-r1.ebuild similarity index 96% rename from dev-lang/hare/hare-0.26.0.ebuild rename to dev-lang/hare/hare-0.26.0-r1.ebuild index a72ca8eff0..39c835c7cb 100644 --- a/dev-lang/hare/hare-0.26.0.ebuild +++ b/dev-lang/hare/hare-0.26.0-r1.ebuild @@ -28,7 +28,10 @@ DEPEND=" >=sys-devel/qbe-1.2 " BDEPEND="app-text/scdoc" -RDEPEND="${DEPEND}" +RDEPEND=" + ${DEPEND} + sys-libs/timezone-data +" # hare and haredoc are built by hare QA_FLAGS_IGNORED="usr/bin/hare usr/bin/haredoc" diff --git a/dev-lang/hare/hare-9999.ebuild b/dev-lang/hare/hare-9999.ebuild index ade71cc1de..a23c71e093 100644 --- a/dev-lang/hare/hare-9999.ebuild +++ b/dev-lang/hare/hare-9999.ebuild @@ -28,7 +28,10 @@ DEPEND=" >=sys-devel/qbe-1.2 " BDEPEND="app-text/scdoc" -RDEPEND="${DEPEND}" +RDEPEND=" + ${DEPEND} + sys-libs/timezone-data +" # hare and haredoc are built by hare QA_FLAGS_IGNORED="usr/bin/hare usr/bin/haredoc"