mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
net-p2p/eiskaltdcpp: drop USE=gold
gold is considered dead. Also, this doesn't need a USE flag anyway, users can specify it via flags. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
f9b0f4595f
commit
9a0490ed8d
@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/eiskaltdcpp/eiskaltdcpp"
|
||||
|
||||
LICENSE="GPL-2 GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="cli daemon dbus +dht examples gold gtk idn javascript libcanberra libnotify lua +minimal pcre +qt5 spell sqlite upnp"
|
||||
IUSE="cli daemon dbus +dht examples gtk idn javascript libcanberra libnotify lua +minimal pcre +qt5 spell sqlite upnp"
|
||||
|
||||
REQUIRED_USE="
|
||||
dbus? ( qt5 )
|
||||
@ -82,7 +82,6 @@ DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
gold? ( sys-devel/binutils[gold] )
|
||||
qt5? ( dev-qt/linguist-tools:5 )
|
||||
"
|
||||
|
||||
@ -125,7 +124,7 @@ src_configure() {
|
||||
-DUSE_MINIUPNP=$(usex upnp)
|
||||
-DFORCE_XDG=ON
|
||||
-DENABLE_STACKTRACE=OFF
|
||||
-DUSE_GOLD=$(usex gold)
|
||||
-DUSE_GOLD=OFF
|
||||
-DLOCAL_JSONCPP=OFF
|
||||
-DBUILD_STATIC=OFF
|
||||
-DINSTALL_QT_TRANSLATIONS=OFF
|
||||
|
||||
@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/eiskaltdcpp/eiskaltdcpp"
|
||||
|
||||
LICENSE="GPL-2 GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="cli daemon dbus +dht examples gold gtk idn javascript libcanberra libnotify lua +minimal pcre +qt5 spell sqlite upnp"
|
||||
IUSE="cli daemon dbus +dht examples gtk idn javascript libcanberra libnotify lua +minimal pcre +qt5 spell sqlite upnp"
|
||||
|
||||
REQUIRED_USE="
|
||||
dbus? ( qt5 )
|
||||
@ -83,7 +83,6 @@ BDEPEND="
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
qt5? ( dev-qt/linguist-tools:5 )
|
||||
gold? ( sys-devel/binutils[gold] )
|
||||
"
|
||||
|
||||
DOCS=( AUTHORS ChangeLog.txt )
|
||||
@ -124,7 +123,7 @@ src_configure() {
|
||||
-DUSE_MINIUPNP=$(usex upnp)
|
||||
-DFORCE_XDG=ON
|
||||
-DENABLE_STACKTRACE=OFF
|
||||
-DUSE_GOLD=$(usex gold)
|
||||
-DUSE_GOLD=OFF
|
||||
-DLOCAL_JSONCPP=OFF
|
||||
-DBUILD_STATIC=OFF
|
||||
-DINSTALL_QT_TRANSLATIONS=OFF
|
||||
|
||||
@ -12,7 +12,6 @@
|
||||
<flag name="cli">Enable sample cli based on readline</flag>
|
||||
<flag name="daemon">Enable eiskaltdcpp-daemon</flag>
|
||||
<flag name="dht">Enable DHT (distributed hash table) support for libeiskaltdcpp</flag>
|
||||
<flag name="gold">Use gold.ld instead of ld</flag>
|
||||
<flag name="libcanberra">Enable sound notifications support over libcanberra in EiskaltDC++ Gtk</flag>
|
||||
<flag name="minimal">Don't install headers</flag>
|
||||
</use>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user