Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app-editors/xmlcopyeditor: fix dependencies #35918

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cjmayo
Copy link
Contributor

@cjmayo cjmayo commented Mar 25, 2024

Closes: https://bugs.gentoo.org/923446


--- xmlcopyeditor-1.3.1.0.ebuild
+++ xmlcopyeditor-1.3.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,11 +16,11 @@
 IUSE="aqua nls"
 
 RDEPEND="
-	app-text/enchant:2
-	dev-libs/libxml2
+	app-text/aspell
+	>=dev-libs/libxml2-2.12.5
 	dev-libs/libxslt
 	dev-libs/xerces-c[cpu_flags_x86_sse2,icu]
-	dev-libs/libpcre
+	dev-libs/libpcre2
 	x11-libs/wxGTK:${WX_GTK_VER}[X]
 "
 DEPEND="${RDEPEND}
@@ -30,6 +30,11 @@
 	dev-util/intltool
 	virtual/pkgconfig
 "
+
+PATCHES=(
+	"${FILESDIR}"/${P}-no-enchant1.patch
+	"${FILESDIR}"/${P}-libxml2-2.12.patch
+)
 
 src_prepare() {
 	default

Closes: https://bugs.gentoo.org/923446
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
@gentoo-bot
Copy link

Pull Request assignment

Submitter: @cjmayo
Areas affected: ebuilds
Packages affected: app-editors/xmlcopyeditor

app-editors/xmlcopyeditor: @gentoo/proxy-maint (maintainer needed)

Linked bugs

Bugs linked: 923446


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added maintainer-needed There is at least one affected package with no maintainer. Review it if you can. assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. labels Mar 25, 2024
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2024-03-25 20:20 UTC
Newest commit scanned: adf196e
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/8dc4938b1b/output.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. maintainer-needed There is at least one affected package with no maintainer. Review it if you can.
Projects
None yet
3 participants