diff options
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/tlf/tlf-1.3.2.ebuild | 4 | ||||
-rw-r--r-- | media-radio/tlf/tlf-1.4.0.ebuild | 4 | ||||
-rw-r--r-- | media-radio/xlog/xlog-2.0.15.ebuild | 5 | ||||
-rw-r--r-- | media-radio/xlog/xlog-2.0.17.ebuild | 5 |
4 files changed, 8 insertions, 10 deletions
diff --git a/media-radio/tlf/tlf-1.3.2.ebuild b/media-radio/tlf/tlf-1.3.2.ebuild index ae139df1f829..e118aafaaeed 100644 --- a/media-radio/tlf/tlf-1.3.2.ebuild +++ b/media-radio/tlf/tlf-1.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -26,5 +26,5 @@ DEPEND=" src_configure() { append-ldflags -L/usr/$(get_libdir)/hamlib - econf --docdir=/usr/share/doc/${PF} --enable-hamlib --enable-fldigi-xmlrpc + econf --enable-hamlib --enable-fldigi-xmlrpc } diff --git a/media-radio/tlf/tlf-1.4.0.ebuild b/media-radio/tlf/tlf-1.4.0.ebuild index bdd2cd0c114e..23bc6b749b8e 100644 --- a/media-radio/tlf/tlf-1.4.0.ebuild +++ b/media-radio/tlf/tlf-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -27,5 +27,5 @@ DEPEND=" src_configure() { append-ldflags -L/usr/$(get_libdir)/hamlib - econf --docdir=/usr/share/doc/${PF} --enable-fldigi-xmlrpc + econf --enable-fldigi-xmlrpc } diff --git a/media-radio/xlog/xlog-2.0.15.ebuild b/media-radio/xlog/xlog-2.0.15.ebuild index 41a2bb14fd62..c87300418dde 100644 --- a/media-radio/xlog/xlog-2.0.15.ebuild +++ b/media-radio/xlog/xlog-2.0.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -53,8 +53,7 @@ src_prepare() { src_configure() { # mime-update causes file collisions if enabled - econf --disable-mime-update --disable-desktop-update \ - --docdir=/usr/share/doc/${PF} + econf --disable-mime-update --disable-desktop-update } src_compile() { diff --git a/media-radio/xlog/xlog-2.0.17.ebuild b/media-radio/xlog/xlog-2.0.17.ebuild index 6410fdaf4f6f..c87300418dde 100644 --- a/media-radio/xlog/xlog-2.0.17.ebuild +++ b/media-radio/xlog/xlog-2.0.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -53,8 +53,7 @@ src_prepare() { src_configure() { # mime-update causes file collisions if enabled - econf --disable-mime-update --disable-desktop-update \ - --docdir=/usr/share/doc/${PF} + econf --disable-mime-update --disable-desktop-update } src_compile() { |