public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/
Date: Mon, 24 Jun 2024 03:13:49 +0000 (UTC)	[thread overview]
Message-ID: <1719198576.7e291aacd96adbbd096fe2d6950d57f3005481c6.sam@gentoo> (raw)

commit:     7e291aacd96adbbd096fe2d6950d57f3005481c6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 03:09:36 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
 


             reply	other threads:[~2024-06-24  3:13 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-24  3:13 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-23 15:05 [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/ Michał Górny
2024-11-23 12:09 Sam James
2024-06-28 15:45 Sam James
2021-09-29 14:12 Yixun Lan
2021-09-21 16:35 Sam James
2021-09-21  6:35 Agostino Sarubbo
2021-09-19 22:12 Sam James
2021-06-02 22:15 Rémi Cardona
2021-06-02 22:15 Rémi Cardona
2021-04-18 22:22 Andreas Sturmlechner
2020-09-24 19:53 Aaron Bauman
2020-09-13  8:44 Sergei Trofimovich
2017-08-20 18:18 Gilles Dartiguelongue
2015-12-27 17:14 Gilles Dartiguelongue

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1719198576.7e291aacd96adbbd096fe2d6950d57f3005481c6.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox