diff options
-rw-r--r-- | dev-libs/hiredis/hiredis-1.0.2-r3.ebuild (renamed from dev-libs/hiredis/hiredis-1.0.2-r2.ebuild) | 4 | ||||
-rw-r--r-- | dev-libs/hiredis/hiredis-1.1.0-r1.ebuild (renamed from dev-libs/hiredis/hiredis-1.1.0.ebuild) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/hiredis/hiredis-1.0.2-r2.ebuild b/dev-libs/hiredis/hiredis-1.0.2-r3.ebuild index 6290e448af16..b990a555460f 100644 --- a/dev-libs/hiredis/hiredis-1.0.2-r2.ebuild +++ b/dev-libs/hiredis/hiredis-1.0.2-r3.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 @@ -48,7 +48,7 @@ src_compile() { # The static lib re-uses the same objects as the shared lib, so # overhead is low w/creating it all the time. It's also needed # by the tests. - _build dynamic static hiredis.pc + _build dynamic static hiredis{,_ssl}.pc } src_test() { diff --git a/dev-libs/hiredis/hiredis-1.1.0.ebuild b/dev-libs/hiredis/hiredis-1.1.0-r1.ebuild index 4d173dd34c4d..193ec8133864 100644 --- a/dev-libs/hiredis/hiredis-1.1.0.ebuild +++ b/dev-libs/hiredis/hiredis-1.1.0-r1.ebuild @@ -54,7 +54,7 @@ src_compile() { # The static lib re-uses the same objects as the shared lib, so # overhead is low w/creating it all the time. It's also needed # by the tests. - _build dynamic static hiredis.pc + _build dynamic static hiredis{,_ssl}.pc } src_test() { |