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 CBB651381F1 for ; Wed, 4 Apr 2018 21:44:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C78EDE091D; Wed, 4 Apr 2018 21:44:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F8F6E091D for ; Wed, 4 Apr 2018 21:44:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5772A335C51 for ; Wed, 4 Apr 2018 21:44:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAEBA282 for ; Wed, 4 Apr 2018 21:44:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1522878276.5ef8c549a859d09f132a865a894ad0309c7e0b23.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/desmume/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/desmume/desmume-0.9.11-r1.ebuild X-VCS-Directories: games-emulation/desmume/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5ef8c549a859d09f132a865a894ad0309c7e0b23 X-VCS-Branch: master Date: Wed, 4 Apr 2018 21:44:51 +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: a595e06a-bc62-4414-90da-909ffa3077f0 X-Archives-Hash: 0077c0437baac5cc6c4067159b430a25 commit: 5ef8c549a859d09f132a865a894ad0309c7e0b23 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 4 21:44:36 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 4 21:44:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef8c549 games-emulation/desmume: inherit xdg, sort DEPENDs Package-Manager: Portage-2.3.28, Repoman-2.3.9 games-emulation/desmume/desmume-0.9.11-r1.ebuild | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/games-emulation/desmume/desmume-0.9.11-r1.ebuild b/games-emulation/desmume/desmume-0.9.11-r1.ebuild index d1546468ae8..e98e0846012 100644 --- a/games-emulation/desmume/desmume-0.9.11-r1.ebuild +++ b/games-emulation/desmume/desmume-0.9.11-r1.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit xdg + DESCRIPTION="Nintendo DS emulator" HOMEPAGE="http://desmume.org/" SRC_URI="mirror://sourceforge/desmume/${P}.tar.gz" @@ -12,17 +14,18 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=x11-libs/gtk+-2.8.0:2 - gnome-base/libglade - x11-libs/gtkglext - virtual/opengl - sys-libs/zlib +RDEPEND=" dev-libs/zziplib + gnome-base/libglade media-libs/libsdl[joystick,opengl,video] - x11-libs/agg" + sys-libs/zlib + virtual/opengl + x11-libs/agg + >=x11-libs/gtk+-2.8.0:2 + x11-libs/gtkglext" DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool" + dev-util/intltool + virtual/pkgconfig" DOCS=( AUTHORS ChangeLog README README.LIN )