Skip to content

Commit

Permalink
app-emulation/spice-vdagent: Run eautoreconf (bug #651102).
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
Jeroen Roovers committed Mar 27, 2018
1 parent 2998045 commit 9360f83
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

inherit linux-info
inherit autotools linux-info

MY_P="${P/_*/}"
PATCHSET="${P/*_p/}"
Expand Down Expand Up @@ -40,7 +40,12 @@ ERROR_VIRTIO_CONSOLE="VirtIO console/serial device support (VIRTIO_CONSOLE) is r

PATCHES=(
"${WORKDIR}"/patches
)
)

src_prepare() {
default
eautoreconf
}

src_configure() {
local opt=()
Expand Down

0 comments on commit 9360f83

Please sign in to comment.