commit:     220fbd109dc7ad4ad656ba05242c125deb7a285e
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 13:28:13 2017 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 14:13:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220fbd10

app-emulation/ski: update EAPI to use subslots

 app-emulation/ski/ski-1.3.2-r1.ebuild | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/app-emulation/ski/ski-1.3.2-r1.ebuild 
b/app-emulation/ski/ski-1.3.2-r1.ebuild
index 44caa27..4f40185 100644
--- a/app-emulation/ski/ski-1.3.2-r1.ebuild
+++ b/app-emulation/ski/ski-1.3.2-r1.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI="4"
+EAPI="6"
 
-inherit autotools eutils
+inherit autotools
 
 DESCRIPTION="ia64 instruction set simulator"
 HOMEPAGE="http://ski.sourceforge.net/ 
http://www.gelato.unsw.edu.au/IA64wiki/SkiSimulator";
@@ -15,15 +14,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+gtk motif"
 
-RDEPEND="dev-libs/libltdl:0
-       sys-libs/ncurses
+RDEPEND="dev-libs/libltdl:0=
+       sys-libs/ncurses:0=
        virtual/libelf
        gtk? (
                gnome-base/libglade:2.0
                gnome-base/libgnomeui
                x11-libs/gtk+:2
        )
-       motif? ( x11-libs/motif )"
+       motif? ( x11-libs/motif:0= )"
 DEPEND="${RDEPEND}
        sys-devel/bison
        sys-devel/flex
@@ -40,7 +39,7 @@ PATCHES=(
 )
 
 src_prepare() {
-       epatch "${PATCHES[@]}"
+       default
 
        rm -rf libltdl src/ltdl.[ch] macros/ltdl.m4
 

Reply via email to