Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 666659 Details for
Bug 709720
sys-apps/groff-1.22.4 automagic dependency on app-i18n/uchardet
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-sys-apps-groff-groff-add-uchardet-useflag.patch (text/plain), 1.66 KB, created by
Georgy Yakovlev
on 2020-10-19 01:21:06 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Georgy Yakovlev
Created:
2020-10-19 01:21:06 UTC
Size:
1.66 KB
patch
obsolete
>From 2c424c69fb0615c9f06a4c8af16a66fcc0d8f8ed Mon Sep 17 00:00:00 2001 >From: Georgy Yakovlev <gyakovlev@gentoo.org> >Date: Sun, 18 Oct 2020 18:19:47 -0700 >Subject: [PATCH] sys-apps/groff/groff: add uchardet useflag. > >Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> >--- > sys-apps/groff/groff-1.22.4.ebuild | 4 +++- > sys-apps/groff/metadata.xml | 3 +++ > 2 files changed, 6 insertions(+), 1 deletion(-) > >diff --git a/sys-apps/groff/groff-1.22.4.ebuild b/sys-apps/groff/groff-1.22.4.ebuild >index 78724e949eac..6d6233f251a0 100644 >--- a/sys-apps/groff/groff-1.22.4.ebuild >+++ b/sys-apps/groff/groff-1.22.4.ebuild >@@ -16,9 +16,10 @@ LICENSE="GPL-2" > SLOT="0" > [[ "${PV}" == *_rc* ]] || \ > KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" >-IUSE="examples X" >+IUSE="examples uchardet X" > > RDEPEND=" >+ uchardet? ( app-i18n/uchardet ) > X? ( > x11-libs/libX11 > x11-libs/libXt >@@ -63,6 +64,7 @@ src_configure() { > local myeconfargs=( > --with-appresdir="${EPREFIX}"/usr/share/X11/app-defaults > $(use_with X x) >+ $(use_with uchardet) > ) > econf "${myeconfargs[@]}" > } >diff --git a/sys-apps/groff/metadata.xml b/sys-apps/groff/metadata.xml >index 56c124413057..2b658ca02153 100644 >--- a/sys-apps/groff/metadata.xml >+++ b/sys-apps/groff/metadata.xml >@@ -5,4 +5,7 @@ > <email>base-system@gentoo.org</email> > <name>Gentoo Base System</name> > </maintainer> >+ <use> >+ <flag name="uchardet">Enable automatic encoding detection via <pkg>app-i18n/uchardet</pkg></flag> >+ </use> > </pkgmetadata> >-- >2.28.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 709720
: 666659