commit: 764b8598276e11f622466307604689734871bfc3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 15 05:33:36 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 05:40:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764b8598
sys-auth/oath-toolkit: depend on xmlsec subslot dep
xmlsec changed ABI.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{oath-toolkit-2.6.2-r2.ebuild => oath-toolkit-2.6.2-r3.ebuild} | 4 ++--
.../{oath-toolkit-2.6.7.ebuild => oath-toolkit-2.6.7-r1.ebuild} | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.2-r2.ebuild
b/sys-auth/oath-toolkit/oath-toolkit-2.6.2-r3.ebuild
similarity index 96%
rename from sys-auth/oath-toolkit/oath-toolkit-2.6.2-r2.ebuild
rename to sys-auth/oath-toolkit/oath-toolkit-2.6.2-r3.ebuild
index 0adab310261d..c6850dd5167a 100644
--- a/sys-auth/oath-toolkit/oath-toolkit-2.6.2-r2.ebuild
+++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.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=6
@@ -17,7 +17,7 @@ RESTRICT="!test? ( test )"
RDEPEND="
dev-libs/icu:=
pam? ( sys-libs/pam )
- pskc? ( dev-libs/xmlsec )"
+ pskc? ( dev-libs/xmlsec:= )"
DEPEND="${RDEPEND}
test? ( dev-libs/libxml2 )
dev-util/gtk-doc-am"
diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.7.ebuild
b/sys-auth/oath-toolkit/oath-toolkit-2.6.7-r1.ebuild
similarity index 98%
rename from sys-auth/oath-toolkit/oath-toolkit-2.6.7.ebuild
rename to sys-auth/oath-toolkit/oath-toolkit-2.6.7-r1.ebuild
index 587134ecf762..8c2ad9b71ff2 100644
--- a/sys-auth/oath-toolkit/oath-toolkit-2.6.7.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:=
)
"
RDEPEND="${DEPEND}"