diff options
Diffstat (limited to 'x11-libs/libfm')
-rw-r--r-- | x11-libs/libfm/libfm-1.2.5.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-1.3.1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-9999.ebuild | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/x11-libs/libfm/libfm-1.2.5.ebuild b/x11-libs/libfm/libfm-1.2.5.ebuild index e83944fa6bf8..a94b843ec8e5 100644 --- a/x11-libs/libfm/libfm-1.2.5.ebuild +++ b/x11-libs/libfm/libfm-1.2.5.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=5 @@ -82,8 +82,6 @@ src_prepare() { src_configure() { econf \ - --sysconfdir="${EPREFIX}/etc" \ - --disable-dependency-tracking \ --disable-static \ $(use_enable examples demo) \ $(use_enable exif) \ diff --git a/x11-libs/libfm/libfm-1.3.1.ebuild b/x11-libs/libfm/libfm-1.3.1.ebuild index 043aed0bea84..1f7612edb4b5 100644 --- a/x11-libs/libfm/libfm-1.3.1.ebuild +++ b/x11-libs/libfm/libfm-1.3.1.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 @@ -81,8 +81,6 @@ src_prepare() { src_configure() { econf \ - --sysconfdir="${EPREFIX}/etc" \ - --disable-dependency-tracking \ --disable-static \ $(use_enable examples demo) \ $(use_enable exif) \ diff --git a/x11-libs/libfm/libfm-9999.ebuild b/x11-libs/libfm/libfm-9999.ebuild index 5b87cedea7ae..559e07188526 100644 --- a/x11-libs/libfm/libfm-9999.ebuild +++ b/x11-libs/libfm/libfm-9999.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=5 @@ -78,8 +78,6 @@ src_prepare() { src_configure() { econf \ - --sysconfdir="${EPREFIX}/etc" \ - --disable-dependency-tracking \ --disable-static \ $(use_enable examples demo) \ $(use_enable exif) \ |