Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263529 - net-p2p/gtk-gnutella : add ipv6 useflag
Summary: net-p2p/gtk-gnutella : add ipv6 useflag
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Hans de Graaff
URL:
Whiteboard:
Keywords:
: 368493 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-03-23 18:56 UTC by niogic
Modified: 2011-06-03 08:08 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description niogic 2009-03-23 18:56:12 UTC
Since there is a useflag available and it's trivial to add it, I think we should add it to the ebuild. ipv6 is a global flag and should control as much as possible the installed packages.

The solution (I tested it) is just:

-IUSE="nls dbus gnutls"
+IUSE="ipv6 nls dbus gnutls"

	local myconf

+	if ! use ipv6; then
+		myconf="${myconf} --disable-ipv6"
+	fi

	if ! use nls; then
		myconf="${myconf} --disable-nls"
	fi
Comment 1 Hans de Graaff gentoo-dev Security 2009-03-24 06:11:28 UTC
The current set of USE flags have been discussed together with upstream, and their recommendation is to always enable ipv6. The reason there is a configure option for it is that this may allow compilation on systems that do not have any support for ipv6 at all.

The ipv6 support does not pull in any extra dependencies and the amount of extra code it pulls in is very small, so I see no benefit in making this into a USE flag.

Please feel free to reopen the bug if you have actual problems with the ipv6 support.
Comment 2 Hans de Graaff gentoo-dev Security 2011-06-03 08:08:19 UTC
*** Bug 368493 has been marked as a duplicate of this bug. ***