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 214B0138827 for ; Fri, 2 Oct 2015 16:41:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0430A21C00D; Fri, 2 Oct 2015 16:41:25 +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 8F7EE21C00D for ; Fri, 2 Oct 2015 16:41:24 +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 58465340894 for ; Fri, 2 Oct 2015 16:41:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D865279 for ; Fri, 2 Oct 2015 16:41:21 +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: <1443804060.cfe68b51646535a2f0b0ecbd42394175adb410a6.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/opengfx/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/opengfx/opengfx-0.5.2.ebuild X-VCS-Directories: games-misc/opengfx/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: cfe68b51646535a2f0b0ecbd42394175adb410a6 X-VCS-Branch: master Date: Fri, 2 Oct 2015 16:41:21 +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: dc1d7460-ed64-471a-80c9-47e18bbcf1bf X-Archives-Hash: e45675be421b37203f8728e66eeb83f2 commit: cfe68b51646535a2f0b0ecbd42394175adb410a6 Author: Michael Sterrett gentoo org> AuthorDate: Fri Oct 2 16:16:11 2015 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Fri Oct 2 16:41:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe68b51 increase required nml version (bug #562000) Package-Manager: portage-2.2.20.1 games-misc/opengfx/opengfx-0.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-misc/opengfx/opengfx-0.5.2.ebuild b/games-misc/opengfx/opengfx-0.5.2.ebuild index cc38f47..6ba01c0 100644 --- a/games-misc/opengfx/opengfx-0.5.2.ebuild +++ b/games-misc/opengfx/opengfx-0.5.2.ebuild @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm ~ppc x86" IUSE="" RESTRICT="test" # nml version affects the checksums that the test uses (bug #451444) -DEPEND=">=games-util/nml-0.3.0 +DEPEND=">=games-util/nml-0.4.0 games-util/grfcodec" RDEPEND=""