From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9DB515802E for ; Mon, 24 Jun 2024 03:13:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2939E2B74; Mon, 24 Jun 2024 03:13:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83C71E2B79 for ; Mon, 24 Jun 2024 03:13:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86520342FB0 for ; Mon, 24 Jun 2024 03:13:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC24C158E for ; Mon, 24 Jun 2024 03:13:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1719198576.7e291aacd96adbbd096fe2d6950d57f3005481c6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/verbiste/verbiste-0.1.48.ebuild X-VCS-Directories: app-dicts/verbiste/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7e291aacd96adbbd096fe2d6950d57f3005481c6 X-VCS-Branch: master Date: Mon, 24 Jun 2024 03:13:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d3cfcc07-f98b-4209-b4d1-84173add6f93 X-Archives-Hash: 6c4c74e57ffca7c150e7f0dd1f6a70a4 commit: 7e291aacd96adbbd096fe2d6950d57f3005481c6 Author: Sam James gentoo org> AuthorDate: Mon Jun 24 03:09:36 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 24 03:09:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e291aac app-dicts/verbiste: add missing test dep(s) Closes: https://bugs.gentoo.org/820329 Signed-off-by: Sam James gentoo.org> app-dicts/verbiste/verbiste-0.1.48.ebuild | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/app-dicts/verbiste/verbiste-0.1.48.ebuild b/app-dicts/verbiste/verbiste-0.1.48.ebuild index b5a0b66f3fe5..b1f25b041f94 100644 --- a/app-dicts/verbiste/verbiste-0.1.48.ebuild +++ b/app-dicts/verbiste/verbiste-0.1.48.ebuild @@ -12,7 +12,8 @@ SRC_URI="http://sarrazip.com/dev/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~riscv ~x86" -IUSE="gtk" +IUSE="gtk test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-libs/libxml2-2.4.0:2 @@ -22,6 +23,10 @@ DEPEND="${RDEPEND}" BDEPEND=" sys-devel/gettext virtual/pkgconfig + test? ( + dev-lang/perl + dev-perl/XML-Parser + ) " src_configure() { @@ -34,6 +39,10 @@ src_configure() { econf "${myeconfargs[@]}" } +src_test() { + emake VERBOSE=1 check +} + src_install() { default