diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-04-18 21:47:21 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-04-18 21:48:04 +0200 |
commit | 77459520f80df108f55b980d530f77ecf9d98a2d (patch) | |
tree | ba7d3c1b247dc7bf2ebf799e46b36b222dcfc46f /x11-plugins | |
parent | net-libs/libomemo: update mxml deps (diff) | |
download | gentoo-77459520f80df108f55b980d530f77ecf9d98a2d.tar.gz gentoo-77459520f80df108f55b980d530f77ecf9d98a2d.tar.bz2 gentoo-77459520f80df108f55b980d530f77ecf9d98a2d.zip |
x11-plugins/lurch: update deps for mxml
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/lurch/lurch-0.6.8-r3.ebuild (renamed from x11-plugins/lurch/lurch-0.6.8-r2.ebuild) | 5 | ||||
-rw-r--r-- | x11-plugins/lurch/lurch-0.7.0-r1.ebuild (renamed from x11-plugins/lurch/lurch-0.7.0.ebuild) | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/x11-plugins/lurch/lurch-0.6.8-r2.ebuild b/x11-plugins/lurch/lurch-0.6.8-r3.ebuild index 47b9bcf5495b..584d96b3834b 100644 --- a/x11-plugins/lurch/lurch-0.6.8-r2.ebuild +++ b/x11-plugins/lurch/lurch-0.6.8-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,6 @@ SRC_URI="https://github.com/gkdr/lurch/releases/download/v${PV}/lurch-${PV}-src. LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 x86" -IUSE="" # NOTE # The build systems of axc (ex-libaxolotl) @@ -35,7 +34,7 @@ RDEPEND=" dev-libs/glib dev-libs/libgcrypt:= dev-libs/libxml2 - dev-libs/mxml + dev-libs/mxml:0 net-im/pidgin:= >=net-libs/libsignal-protocol-c-2.3.2 " diff --git a/x11-plugins/lurch/lurch-0.7.0.ebuild b/x11-plugins/lurch/lurch-0.7.0-r1.ebuild index dbdcaa1fc957..f2f240c868f0 100644 --- a/x11-plugins/lurch/lurch-0.7.0.ebuild +++ b/x11-plugins/lurch/lurch-0.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ RDEPEND=" dev-libs/glib dev-libs/libgcrypt:= dev-libs/libxml2 - dev-libs/mxml + dev-libs/mxml:0 net-im/pidgin:= net-libs/libaxc net-libs/libomemo |