public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-libs/safeclib/
Date: Tue, 13 Apr 2021 23:56:41 +0000 (UTC)	[thread overview]
Message-ID: <1618358166.763368d89cca30926be9a69d0fe02ffd10847af6.Alessandro-Barbieri@gentoo> (raw)

commit:     763368d89cca30926be9a69d0fe02ffd10847af6
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Apr 13 23:56:06 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Apr 13 23:56:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=763368d8

sys-libs/safeclib: use the right makefile

USE=modules still fail for me

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sys-libs/safeclib/safeclib-3.6.0_p20210407.ebuild | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/sys-libs/safeclib/safeclib-3.6.0_p20210407.ebuild b/sys-libs/safeclib/safeclib-3.6.0_p20210407.ebuild
index 7a5fe84fd..f3ba40fda 100644
--- a/sys-libs/safeclib/safeclib-3.6.0_p20210407.ebuild
+++ b/sys-libs/safeclib/safeclib-3.6.0_p20210407.ebuild
@@ -17,12 +17,14 @@ KEYWORDS="~amd64"
 IUSE="+constraint-handler +extensions modules norm-compat +nullslack test unsafe valgrind"
 RESTRICT="!test? ( test )"
 BDEPEND="
+	app-doc/doxygen[dot]
 	valgrind? ( dev-util/valgrind )
 "
 S="${WORKDIR}/${PN}-${MY_REV}"
 
-MODULE_NAMES="slkm(misc:${S}-module:${S}-module/src)"
+MODULE_NAMES="slkm(misc:${S}-module:${S}-module)"
 BUILD_TARGETS="all"
+BUILD_PARAMS="-f Makefile.kernel"
 
 src_prepare() {
 	eautoreconf
@@ -62,11 +64,13 @@ src_compile() {
 
 	if use modules ; then
 		cd "${S}-module" || die
-		linux-mod_src_compile || die
+		linux-mod_src_compile
 	fi
 }
 
 src_install() {
+	# wcsstr towupper towlower manpages collide with sys-apps/man-pages
+	# what to do?
 	default
 	einstalldocs
 	rm -r doc/man || die
@@ -74,7 +78,7 @@ src_install() {
 
 	if use modules ; then
 		cd "${S}-module" || die
-		linux-mod_src_install || die
+		linux-mod_src_install
 	fi
 }
 


             reply	other threads:[~2021-04-13 23:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-13 23:56 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-26 10:33 [gentoo-commits] repo/proj/guru:dev commit in: sys-libs/safeclib/ Alessandro Barbieri
2022-03-05  1:43 Alessandro Barbieri
2021-05-02  2:27 Alessandro Barbieri
2021-04-27 16:00 Alessandro Barbieri
2021-04-25 23:29 Alessandro Barbieri
2021-04-18 20:41 Alessandro Barbieri
2021-04-15  0:51 Alessandro Barbieri
2021-04-13 22:11 Alessandro Barbieri

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=1618358166.763368d89cca30926be9a69d0fe02ffd10847af6.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --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