Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] virtual/sctp to choose the right SCTP lib for Linux/FreeBSD?
Date: Sun, 06 Apr 2014 08:49:34
Message-Id: 21313.5394.955075.507483@a1i15.kph.uni-mainz.de
In Reply to: [gentoo-dev] virtual/sctp to choose the right SCTP lib for Linux/FreeBSD? by Joshua Kinard
1 >>>>> On Sat, 05 Apr 2014, Joshua Kinard wrote:
2
3 > I've attached a first draft of virtual/sctp/sctp-0.ebuild, which
4 > passes repoman checks, but I think it needs to be made
5 > multilib-aware. Additionally, that means lksctp-tools probably needs
6 > some multilib-magic applied. I am not finding a solid guide on
7 > properly upgrading an ebuild to become multilib-aware. Can one of
8 > the multilib experts check things and let me know what is needed if
9 > people agree this is a good way to go down?
10
11 This doesn't answer your multilib question, but I believe that
12 kernel_* is not needed in IUSE:
13
14 > IUSE="kernel_linux kernel_FreeBSD static-libs"
15
16 KERNEL is both in USE_EXPAND and USE_EXPAND_IMPLICIT of
17 profiles/base/make.defaults, therefore it's implicit in EAPI 5.
18
19 I'd also omit all empty variable assignments (like HOMEPAGE=""),
20 they are no longer necessary.
21
22 Ulrich

Replies