summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-04-15 06:33:36 +0100
committerSam James <sam@gentoo.org>2023-04-15 06:40:17 +0100
commit764b8598276e11f622466307604689734871bfc3 (patch)
treed7fd946ca5ba7fcf10f4d3a787528edebc374019 /sys-auth/oath-toolkit
parentdev-python/xmlsec: incompatibel w/ dev-libs/xmlsec-1.3.0 (diff)
downloadgentoo-764b8598276e11f622466307604689734871bfc3.tar.gz
gentoo-764b8598276e11f622466307604689734871bfc3.tar.bz2
gentoo-764b8598276e11f622466307604689734871bfc3.zip
sys-auth/oath-toolkit: depend on xmlsec subslot dep
xmlsec changed ABI. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth/oath-toolkit')
-rw-r--r--sys-auth/oath-toolkit/oath-toolkit-2.6.2-r3.ebuild (renamed from sys-auth/oath-toolkit/oath-toolkit-2.6.2-r2.ebuild)4
-rw-r--r--sys-auth/oath-toolkit/oath-toolkit-2.6.7-r1.ebuild (renamed from sys-auth/oath-toolkit/oath-toolkit-2.6.7.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
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
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}"