public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/X11-Protocol/
Date: Tue, 18 May 2021 22:48:54 +0000 (UTC)	[thread overview]
Message-ID: <1621378106.ab3b3515fc174cbcaedb090bdedd120513c1f114.dilfridge@gentoo> (raw)

commit:     ab3b3515fc174cbcaedb090bdedd120513c1f114
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May 18 22:37:13 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May 18 22:48:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3b3515

dev-perl/X11-Protocol: Add missing test dependency

Bug: https://bugs.gentoo.org/652148
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../X11-Protocol/X11-Protocol-0.560.0-r2.ebuild    | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

diff --git a/dev-perl/X11-Protocol/X11-Protocol-0.560.0-r2.ebuild b/dev-perl/X11-Protocol/X11-Protocol-0.560.0-r2.ebuild
index e30c5913eeb..434bcf9ccf4 100644
--- a/dev-perl/X11-Protocol/X11-Protocol-0.560.0-r2.ebuild
+++ b/dev-perl/X11-Protocol/X11-Protocol-0.560.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DIST_AUTHOR=SMCCAM
 DIST_VERSION=0.56
@@ -13,16 +13,26 @@ DESCRIPTION="Client-side interface to the X11 Protocol"
 LICENSE="${LICENSE} MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-IUSE=""
+IUSE="test"
+RESTRICT="!test? ( test )"
 
-RDEPEND="x11-libs/libXrender
-	x11-libs/libXext"
-DEPEND="${RDEPEND}"
+RDEPEND="
+	x11-libs/libXrender
+	x11-libs/libXext
+"
+DEPEND="
+	${RDEPEND}
+"
+BDEPEND="
+	${RDEPEND}
+	test? ( media-fonts/font-misc-misc )
+"
 
 PATCHES=(
 	"${FILESDIR}/${PN}-0.56-test-timeout.patch"
 	"${FILESDIR}/${PN}-0.56-test-tap.patch"
 )
+
 src_test() {
 	virtx perl-module_src_test
 }


             reply	other threads:[~2021-05-18 22:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-18 22:48 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-14  6:54 [gentoo-commits] repo/gentoo:master commit in: dev-perl/X11-Protocol/ WANG Xuerui
2021-07-19 14:24 Yixun Lan
2021-05-18 22:48 Andreas K. Hüttel
2021-05-18 22:48 Andreas K. Hüttel
2018-09-16 12:49 Mikle Kolyada
2018-09-07 23:28 Kent Fredric
2018-06-14 19:22 Mikle Kolyada
2018-03-28 17:27 Matt Turner
2018-03-01 14:28 Michał Górny
2017-10-16 10:56 Michael Palimaka
2017-01-29 16:59 Fabian Groffen

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=1621378106.ab3b3515fc174cbcaedb090bdedd120513c1f114.dilfridge@gentoo \
    --to=dilfridge@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