diff options
author | Mike Frysinger <vapier@gentoo.org> | 2017-01-19 07:28:13 -0600 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2017-01-19 08:13:36 -0600 |
commit | 220fbd109dc7ad4ad656ba05242c125deb7a285e (patch) | |
tree | 5d47deb283bd7255ec70767562efa7d5171b2e48 /app-emulation/ski | |
parent | app-emulation/ski: add Fedora patch to fix building w/newer glibc #592226 (diff) | |
download | gentoo-220fbd109dc7ad4ad656ba05242c125deb7a285e.tar.gz gentoo-220fbd109dc7ad4ad656ba05242c125deb7a285e.tar.bz2 gentoo-220fbd109dc7ad4ad656ba05242c125deb7a285e.zip |
app-emulation/ski: update EAPI to use subslots
Diffstat (limited to 'app-emulation/ski')
-rw-r--r-- | app-emulation/ski/ski-1.3.2-r1.ebuild | 15 |
1 files 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 44caa276437b..4f401856f947 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 |