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

(-)a/dev-vcs/git/git-2.48.0.ebuild (-1 / +8 lines)
Lines 61-67 SLOT="0" Link Here
61
IUSE="+curl cgi cvs doc keyring +gpg highlight +iconv mediawiki +nls +pcre perforce +perl +safe-directory selinux subversion test tk +webdav xinetd"
61
IUSE="+curl cgi cvs doc keyring +gpg highlight +iconv mediawiki +nls +pcre perforce +perl +safe-directory selinux subversion test tk +webdav xinetd"
62
62
63
# Common to both DEPEND and RDEPEND
63
# Common to both DEPEND and RDEPEND
64
# TODO: what purpose does USE=tk serve w/ meson port?
65
DEPEND="
64
DEPEND="
66
	dev-libs/openssl:=
65
	dev-libs/openssl:=
67
	sys-libs/zlib
66
	sys-libs/zlib
Lines 252-257 src_compile() { Link Here
252
		git_emake -C contrib/mw-to-git
251
		git_emake -C contrib/mw-to-git
253
	fi
252
	fi
254
253
254
	if use tk ; then
255
	    git_emake -C gitk-git
256
	fi
257
255
	if use doc ; then
258
	if use doc ; then
256
		# Workaround fragments that still use the Makefile and can't
259
		# Workaround fragments that still use the Makefile and can't
257
		# find the bits from Meson's out-of-source build
260
		# find the bits from Meson's out-of-source build
Lines 427-432 src_install() { Link Here
427
		systemd_dounit "${FILESDIR}/git-daemon.socket"
430
		systemd_dounit "${FILESDIR}/git-daemon.socket"
428
	fi
431
	fi
429
432
433
	if use tk ; then
434
	  git_emake -C gitk-git DESTDIR="${D}" install
435
	fi
436
430
	perl_delete_localpod
437
	perl_delete_localpod
431
438
432
	# Remove disabled linguas
439
	# Remove disabled linguas

Return to bug 947918