public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/lksctp-tools/
Date: Sun, 18 Dec 2016 23:42:42 +0000 (UTC)	[thread overview]
Message-ID: <1482104556.88ff2db30bafc407bd3260e754ee6f0abfc3c74b.robbat2@gentoo> (raw)

commit:     88ff2db30bafc407bd3260e754ee6f0abfc3c74b
Author:     Masanori Ogino <masanori.ogino <AT> gmail <DOT> com>
AuthorDate: Sun Dec 18 00:28:37 2016 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 23:42:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ff2db3

net-misc/lksctp-tools: Check if IP_SCTP is set.

Without IP_SCTP, lksctp-tools will be built but not able to work
properly.

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=501484
(cherry picked from commit 5efe824490b0dbe40141fd3583da525fd9971948)
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 net-misc/lksctp-tools/lksctp-tools-1.0.13.ebuild | 5 ++++-
 net-misc/lksctp-tools/lksctp-tools-1.0.16.ebuild | 5 ++++-
 net-misc/lksctp-tools/lksctp-tools-1.0.17.ebuild | 5 ++++-
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/net-misc/lksctp-tools/lksctp-tools-1.0.13.ebuild b/net-misc/lksctp-tools/lksctp-tools-1.0.13.ebuild
index 1b0f576..6d1e24c 100644
--- a/net-misc/lksctp-tools/lksctp-tools-1.0.13.ebuild
+++ b/net-misc/lksctp-tools/lksctp-tools-1.0.13.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit eutils multilib flag-o-matic autotools autotools-utils
+inherit eutils multilib flag-o-matic autotools autotools-utils linux-info
 
 DESCRIPTION="Tools for Linux Kernel Stream Control Transmission Protocol implementation"
 HOMEPAGE="http://lksctp.sourceforge.net/"
@@ -21,6 +21,9 @@ RDEPEND=""
 
 REQUIRED_USE="kernel_linux"
 
+CONFIG_CHECK="~IP_SCTP"
+WARNING_IP_SCTP="CONFIG_IP_SCTP:\tis not set when it should be."
+
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-1.0.8-prefix.patch #181602
 	epatch "${FILESDIR}"/${P}-build.patch

diff --git a/net-misc/lksctp-tools/lksctp-tools-1.0.16.ebuild b/net-misc/lksctp-tools/lksctp-tools-1.0.16.ebuild
index 1ccb9b7..8e916c9 100644
--- a/net-misc/lksctp-tools/lksctp-tools-1.0.16.ebuild
+++ b/net-misc/lksctp-tools/lksctp-tools-1.0.16.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit eutils multilib flag-o-matic autotools autotools-utils
+inherit eutils multilib flag-o-matic autotools autotools-utils linux-info
 
 DESCRIPTION="Tools for Linux Kernel Stream Control Transmission Protocol implementation"
 HOMEPAGE="http://lksctp.sourceforge.net/"
@@ -21,6 +21,9 @@ RDEPEND=""
 
 REQUIRED_USE="kernel_linux"
 
+CONFIG_CHECK="~IP_SCTP"
+WARNING_IP_SCTP="CONFIG_IP_SCTP:\tis not set when it should be."
+
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-1.0.8-prefix.patch #181602
 	eautoreconf

diff --git a/net-misc/lksctp-tools/lksctp-tools-1.0.17.ebuild b/net-misc/lksctp-tools/lksctp-tools-1.0.17.ebuild
index 2d6ad05..fedd06c 100644
--- a/net-misc/lksctp-tools/lksctp-tools-1.0.17.ebuild
+++ b/net-misc/lksctp-tools/lksctp-tools-1.0.17.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit eutils multilib flag-o-matic autotools autotools-utils
+inherit eutils multilib flag-o-matic autotools autotools-utils linux-info
 
 DESCRIPTION="Tools for Linux Kernel Stream Control Transmission Protocol implementation"
 HOMEPAGE="http://lksctp.sourceforge.net/"
@@ -21,6 +21,9 @@ RDEPEND=""
 
 REQUIRED_USE="kernel_linux"
 
+CONFIG_CHECK="~IP_SCTP"
+WARNING_IP_SCTP="CONFIG_IP_SCTP:\tis not set when it should be."
+
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-1.0.8-prefix.patch #181602
 	eautoreconf


             reply	other threads:[~2016-12-18 23:42 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-18 23:42 Robin H. Johnson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-20 20:37 [gentoo-commits] repo/gentoo:master commit in: net-misc/lksctp-tools/ Ulrich Müller
2022-12-08  6:50 WANG Xuerui
2022-10-29 21:32 Sam James
2022-09-09  7:59 David Seifert
2022-01-04 10:30 David Seifert
2021-08-16 16:47 Sam James
2021-08-11 23:10 Sam James
2021-08-11  0:24 Sam James
2021-08-11  0:12 Sam James
2021-08-11  0:02 Sam James
2021-08-10 15:36 Agostino Sarubbo
2021-06-14 22:45 Thomas Deutschmann
2020-02-08 16:53 David Seifert
2019-07-31 11:03 Agostino Sarubbo
2019-07-28 20:29 Mikle Kolyada
2019-07-23  0:59 Aaron Bauman
2019-06-04 18:51 Agostino Sarubbo
2019-05-30 20:33 Sergei Trofimovich
2019-05-30 20:30 Sergei Trofimovich
2019-05-30 20:05 Sergei Trofimovich
2019-05-29 21:05 Mikle Kolyada
2019-05-26 17:01 Sergei Trofimovich
2019-05-04 19:13 Mikle Kolyada
2018-10-01 16:34 Thomas Deutschmann
2018-07-22 21:23 Mikle Kolyada
2018-03-15 20:03 Sergei Trofimovich
2018-03-15 15:46 Mikle Kolyada
2018-02-27 22:30 Sergei Trofimovich
2018-01-28 16:59 Tobias Klausmann
2017-12-14 22:47 Sergei Trofimovich
2017-12-08 20:39 Thomas Deutschmann
2017-03-16 12:36 Michael Weber
2016-10-08 22:12 Luca Barbato
2015-09-21 11:27 Agostino Sarubbo
2015-09-18  4:51 Jeroen Roovers
2015-09-06 13:25 Agostino Sarubbo

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=1482104556.88ff2db30bafc407bd3260e754ee6f0abfc3c74b.robbat2@gentoo \
    --to=robbat2@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