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: www-apache/mod_auth_tkt/
Date: Sat, 27 Nov 2021 14:19:02 +0000 (UTC)	[thread overview]
Message-ID: <1638022549.c8c2c1671c6801a6693fda30f90aa1b61872e748.sam@gentoo> (raw)

commit:     c8c2c1671c6801a6693fda30f90aa1b61872e748
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 27 14:15:49 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 27 14:15:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c2c167

www-apache/mod_auth_tkt: add missing dies, use BDEPEND for Perl

We use BDEPEND for Perl's pod2man.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r2.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r2.ebuild b/www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r2.ebuild
index 776d3a822186..787f1c49d693 100644
--- a/www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r2.ebuild
+++ b/www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r2.ebuild
@@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="dev-lang/perl"
+BDEPEND="dev-lang/perl"
 
 APACHE2_MOD_CONF="10_${PN}"
 APACHE2_MOD_DEFINE="AUTH_TKT"
@@ -36,7 +36,7 @@ pkg_setup() {
 }
 
 src_configure() {
-	./configure --apachever=2.2 --apxs=${APXS}
+	./configure --apachever=2.2 --apxs=${APXS} || die
 }
 
 src_compile() {
@@ -45,7 +45,8 @@ src_compile() {
 
 src_install() {
 	apache-module_src_install
-	pod2man --section=5 --release=${PV} doc/${PN}.{pod,5}
+
+	pod2man --section=5 --release=${PV} doc/${PN}.{pod,5} || die
 	doman doc/${PN}.5
 }
 


             reply	other threads:[~2021-11-27 14:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-27 14:19 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-27 14:08 [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_auth_tkt/ Marek Szuba
2021-11-27 13:04 Marek Szuba

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=1638022549.c8c2c1671c6801a6693fda30f90aa1b61872e748.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