diff options
author | Sam James <sam@gentoo.org> | 2023-04-16 06:06:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-16 06:06:47 +0100 |
commit | 4b7ada58a08e223ca0ef8d4a1344e385dc29b121 (patch) | |
tree | 71eeb7eb0b348fc1342d1568b40c03916331c78a /sys-auth | |
parent | app-office/libreoffice: <libreoffice-7.5 needs <xmlsec-1.3 (diff) | |
download | gentoo-4b7ada58a08e223ca0ef8d4a1344e385dc29b121.tar.gz gentoo-4b7ada58a08e223ca0ef8d4a1344e385dc29b121.tar.bz2 gentoo-4b7ada58a08e223ca0ef8d4a1344e385dc29b121.zip |
sys-auth/oath-toolkit: needs <xmlsec-1.3.0
Reported upstream already at https://gitlab.com/oath-toolkit/oath-toolkit/-/issues/33.
No revbump as already has slot op and new xmlsec bumps ABI.
Closes: https://bugs.gentoo.org/904361
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/oath-toolkit/oath-toolkit-2.6.2-r3.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/oath-toolkit/oath-toolkit-2.6.7-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.2-r3.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.6.2-r3.ebuild index c6850dd5167a..742fc8913696 100644 --- a/sys-auth/oath-toolkit/oath-toolkit-2.6.2-r3.ebuild +++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.2-r3.ebuild @@ -17,7 +17,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-libs/icu:= pam? ( sys-libs/pam ) - pskc? ( dev-libs/xmlsec:= )" + pskc? ( <dev-libs/xmlsec-1.3.0:= )" DEPEND="${RDEPEND} test? ( dev-libs/libxml2 ) dev-util/gtk-doc-am" diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.7-r1.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.6.7-r1.ebuild index 8c2ad9b71ff2..2641b73deb6f 100644 --- a/sys-auth/oath-toolkit/oath-toolkit-2.6.7-r1.ebuild +++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.7-r1.ebuild @@ -21,7 +21,7 @@ DEPEND=" pam? ( sys-libs/pam ) pskc? ( dev-libs/libxml2 - dev-libs/xmlsec:= + <dev-libs/xmlsec-1.3.0:= ) " RDEPEND="${DEPEND}" |