Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 546400 - app-emulation/virt-manager-9999 fails to epatch
Summary: app-emulation/virt-manager-9999 fails to epatch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-13 06:18 UTC by Michal Privoznik
Modified: 2015-04-13 07:46 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Privoznik 2015-04-13 06:18:02 UTC
From the ebuild:

src_prepare() {
	epatch "${FILESDIR}"/${P}-optional_avahi.patch

	distutils-r1_src_prepare
}


However, there's no virt-manager-9999-optional_avahi.patch file. Moreover, the patch does only log the avahi server version. So I suggest dropping the epatch line completely.
Comment 1 Matthias Maier gentoo-dev 2015-04-13 07:46:57 UTC
  13 Apr 2015; Matthias Maier <tamiko@gentoo.org> virt-manager-9999.ebuild:
  fix src_prepare in live build; bug #546400