1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 11:42:40 +01:00

- x11-wm/budgie-desktop: Use eautoreconf

This commit is contained in:
2014-09-25 15:32:56 +02:00
parent b2fb3fecb5
commit f710dd7a8a
3 changed files with 6 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
EAPI=5
VALA_MIN_API_VERSION="0.22"
GNOME2_LA_PUNT="yes"
inherit gnome2 vala
@@ -53,7 +54,7 @@ src_unpack() {
src_prepare() {
if [[ ${PV} == "9999" ]] ; then
./autogen.sh VALAC=$(type -P true)
eautoreconf
else
default_src_prepare
fi