commit:     f2806923a93d3c4b2db3a426bcfa5ceec5397a04
Author:     Mads <mads <AT> ab3 <DOT> no>
AuthorDate: Thu Jan 18 13:24:28 2018 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 13:24:28 2018 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=f2806923

Make ebuild work (changed EAPI version)

 www-servers/xsp/xsp-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-servers/xsp/xsp-9999.ebuild b/www-servers/xsp/xsp-9999.ebuild
index 6cf4684..44cad87 100644
--- a/www-servers/xsp/xsp-9999.ebuild
+++ b/www-servers/xsp/xsp-9999.ebuild
@@ -2,12 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="6"
+EAPI="5"
 
 USE_DOTNET="net35 net40 net45"
 PATCHDIR="${FILESDIR}/2.2/"
 
-inherit eutils dotnet user git-r3 autotools
+inherit eutils dotnet user git-r3 autotools-utils
 
 DESCRIPTION="XSP is a small web server that can host ASP.NET pages"
 HOMEPAGE="http://www.mono-project.com/ASP.NET";
@@ -23,7 +23,7 @@ RDEPEND="dev-db/sqlite:3"
 DEPEND="${RDEPEND}"
 
 src_prepare() {
-       epatch "${FILESDIR}/aclocal-fix.patch"
+       # epatch "${FILESDIR}/aclocal-fix.patch"
 
        if [ -z "$LIBTOOL" ]; then
                LIBTOOL=`which glibtool 2>/dev/null`

Reply via email to