Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 709720
Collapse All | Expand All

(-)a/sys-apps/groff/groff-1.22.4.ebuild (-1 / +3 lines)
Lines 16-24 LICENSE="GPL-2" Link Here
16
SLOT="0"
16
SLOT="0"
17
[[ "${PV}" == *_rc* ]] || \
17
[[ "${PV}" == *_rc* ]] || \
18
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"
18
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"
19
IUSE="examples X"
19
IUSE="examples uchardet X"
20
20
21
RDEPEND="
21
RDEPEND="
22
	uchardet? ( app-i18n/uchardet )
22
	X? (
23
	X? (
23
		x11-libs/libX11
24
		x11-libs/libX11
24
		x11-libs/libXt
25
		x11-libs/libXt
Lines 63-68 src_configure() { Link Here
63
	local myeconfargs=(
64
	local myeconfargs=(
64
		--with-appresdir="${EPREFIX}"/usr/share/X11/app-defaults
65
		--with-appresdir="${EPREFIX}"/usr/share/X11/app-defaults
65
		$(use_with X x)
66
		$(use_with X x)
67
		$(use_with uchardet)
66
	)
68
	)
67
	econf "${myeconfargs[@]}"
69
	econf "${myeconfargs[@]}"
68
}
70
}
(-)a/sys-apps/groff/metadata.xml (-1 / +3 lines)
Lines 5-8 Link Here
5
	<email>base-system@gentoo.org</email>
5
	<email>base-system@gentoo.org</email>
6
	<name>Gentoo Base System</name>
6
	<name>Gentoo Base System</name>
7
</maintainer>
7
</maintainer>
8
	<use>
9
		<flag name="uchardet">Enable automatic encoding detection via <pkg>app-i18n/uchardet</pkg></flag>
10
	</use>
8
</pkgmetadata>
11
</pkgmetadata>
9
- 

Return to bug 709720