From d98d6bdc2526fe8e5f44f3b5bfe6d01edb2b6c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Canek=20Pel=C3=A1ez=20Vald=C3=A9s?= Date: Fri, 26 Sep 2014 11:12:48 -0500 Subject: [PATCH] gnome2-live.eclass: Use autotools-utils. --- eclass/gnome2-live.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/gnome2-live.eclass b/eclass/gnome2-live.eclass index 11424ef..b85e51c 100644 --- a/eclass/gnome2-live.eclass +++ b/eclass/gnome2-live.eclass @@ -14,7 +14,7 @@ # Always to be imported *AFTER* gnome2.eclass # -inherit autotools gnome2 gnome2-utils libtool git-2 +inherit autotools-utils gnome2 gnome2-utils libtool git-2 # Stolen from git.eclass EXPORTED_FUNCTIONS="src_unpack pkg_postinst" -- GitLab