diff options
author | Keri Harris <keri@gentoo.org> | 2022-05-21 15:22:13 +0200 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2022-05-21 15:23:46 +0200 |
commit | 622706b9807ea72038ea0dd0ba762a2747610ae5 (patch) | |
tree | 9927af40763bedbbbd409af1302ab87f60d7760e | |
parent | dev-python/autopage: Enable py3.11 (diff) | |
download | gentoo-622706b9807.tar.gz gentoo-622706b9807.tar.bz2 gentoo-622706b9807.zip |
dev-lang/mercury: depend on timezone-data for testsuite
Closes: https://bugs.gentoo.org/834154
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Keri Harris <keri@gentoo.org>
-rw-r--r-- | dev-lang/mercury/mercury-22.01.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-lang/mercury/mercury-22.01.1.ebuild b/dev-lang/mercury/mercury-22.01.1.ebuild index 3524e6009a37..d44d3fc8d740 100644 --- a/dev-lang/mercury/mercury-22.01.1.ebuild +++ b/dev-lang/mercury/mercury-22.01.1.ebuild @@ -17,7 +17,7 @@ LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug doc emacs examples java mono profile readline threads trail" +IUSE="debug doc emacs examples java mono profile readline test threads trail" DEPEND="net-libs/libnsl:0= readline? ( sys-libs/readline:= ) @@ -28,6 +28,8 @@ DEPEND="net-libs/libnsl:0= RDEPEND="${DEPEND} emacs? ( >=app-editors/emacs-23.1:* )" +BDEPEND="test? ( sys-libs/timezone-data )" + S="${WORKDIR}"/${MY_P} SITEFILE=50${PN}-gentoo.el |