From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B01F21384B4 for ; Fri, 18 Dec 2015 08:18:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B45C8E0788; Fri, 18 Dec 2015 08:18:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07F9A21C005 for ; Fri, 18 Dec 2015 08:18:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8B13340686 for ; Fri, 18 Dec 2015 08:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D216ACEA for ; Fri, 18 Dec 2015 08:17:59 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1450426650.9f84f5bee12d31bddee41bce851606c6b2d1d0c6.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/ja2-stracciatella/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild X-VCS-Directories: games-strategy/ja2-stracciatella/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 9f84f5bee12d31bddee41bce851606c6b2d1d0c6 X-VCS-Branch: master Date: Fri, 18 Dec 2015 08:17:59 +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: 9bb3a833-23a2-4750-b212-6ecc6c3fc1e9 X-Archives-Hash: ccb5aad6226bf0a8b2bc2075b011dbda commit: 9f84f5bee12d31bddee41bce851606c6b2d1d0c6 Author: Michael Sterrett gentoo org> AuthorDate: Fri Dec 18 08:15:10 2015 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Fri Dec 18 08:17:30 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f84f5be fix up DEPEND Package-Manager: portage-2.2.24 .../ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild b/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild index 456a20e..75fa11b 100644 --- a/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild +++ b/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild @@ -15,9 +15,10 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="cdinstall editor zlib" -RDEPEND="media-libs/libsdl[X,sound,video] - cdinstall? ( games-strategy/ja2-stracciatella-data ) +DEPEND="media-libs/libsdl[X,sound,video] zlib? ( sys-libs/zlib )" +RDEPEND="${DEPEND} + cdinstall? ( games-strategy/ja2-stracciatella-data )" LANGS="linguas_de +linguas_en linguas_fr linguas_it linguas_nl linguas_pl linguas_ru linguas_ru_gold" IUSE="$IUSE $LANGS"