From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 844CC139086 for ; Thu, 19 Jan 2017 14:14:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8E27234038; Thu, 19 Jan 2017 14:14:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9761234038 for ; Thu, 19 Jan 2017 14:14:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8920F34155D for ; Thu, 19 Jan 2017 14:14:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CE9F2930 for ; Thu, 19 Jan 2017 14:14:01 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1484835216.220fbd109dc7ad4ad656ba05242c125deb7a285e.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/ski/ski-1.3.2-r1.ebuild X-VCS-Directories: app-emulation/ski/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 220fbd109dc7ad4ad656ba05242c125deb7a285e X-VCS-Branch: master Date: Thu, 19 Jan 2017 14:14:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1133fa14-c8a8-41d9-a3cb-b766c038e972 X-Archives-Hash: 1e08cfaedb89158c83700978f1d5ea8d commit: 220fbd109dc7ad4ad656ba05242c125deb7a285e Author: Mike Frysinger gentoo org> AuthorDate: Thu Jan 19 13:28:13 2017 +0000 Commit: Mike Frysinger gentoo 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