diff options
author | Sam James <sam@gentoo.org> | 2023-11-18 16:31:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-18 16:31:32 +0000 |
commit | a9fb17d49bc96c1fe6ad5a6a95cd6ac65d7c49ed (patch) | |
tree | 11b51b22a2614d8d3ffd75d4c5702b99ae6a358c /dev-libs/ivykis | |
parent | media-libs/id3lib: use configure cache for subconfigure (diff) | |
download | gentoo-a9fb17d49bc96c1fe6ad5a6a95cd6ac65d7c49ed.tar.gz gentoo-a9fb17d49bc96c1fe6ad5a6a95cd6ac65d7c49ed.tar.bz2 gentoo-a9fb17d49bc96c1fe6ad5a6a95cd6ac65d7c49ed.zip |
dev-libs/ivykis: use configure cache for subconfigure
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/ivykis')
-rw-r--r-- | dev-libs/ivykis/ivykis-0.42.4.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/ivykis/ivykis-0.42.4.ebuild b/dev-libs/ivykis/ivykis-0.42.4.ebuild index 12b76ae9a612..a6a90eaa1e4a 100644 --- a/dev-libs/ivykis/ivykis-0.42.4.ebuild +++ b/dev-libs/ivykis/ivykis-0.42.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,9 @@ src_prepare() { } src_configure() { - econf $(use_enable static-libs static) + econf \ + --cache-file="${S}"/config.cache \ + $(use_enable static-libs static) } src_install() { |