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

(-)a/thicken-manifests.py (+4 lines)
Lines 126-131 def maybe_thicken_manifest(pkg_dir): Link Here
126
		return
126
		return
127
	# If it changed, write it out
127
	# If it changed, write it out
128
	if manifest.write():
128
	if manifest.write():
129
		if newest_mtime == manifest_mtime:
130
			# portage says the manifest changed, but mtime is supposed to stay the same
131
			# bump the mtime by 1 to be safe
132
			newest_mtime += 1
129
		if args.sign:
133
		if args.sign:
130
			try:
134
			try:
131
				gpg_sign(manifest.getFullname())
135
				gpg_sign(manifest.getFullname())

Return to bug 577722