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 261BB138A1A for ; Thu, 5 Feb 2015 08:01:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D70CE091D; Thu, 5 Feb 2015 08:01:28 +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 80811E091D for ; Thu, 5 Feb 2015 08:01:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76A0E340766 for ; Thu, 5 Feb 2015 08:01:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DC2D11183 for ; Thu, 5 Feb 2015 08:01:25 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1423122899.ceea399c33cda30f52c4d9edf1535bc0de8fac5b.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/emboss-r1.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ceea399c33cda30f52c4d9edf1535bc0de8fac5b X-VCS-Branch: master Date: Thu, 5 Feb 2015 08:01:25 +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: df006873-586e-48e0-9bdd-0448e831431c X-Archives-Hash: 3e09152d2d0d9a6d39b080be0784e84e commit: ceea399c33cda30f52c4d9edf1535bc0de8fac5b Author: Ted Tanberry gmail com> AuthorDate: Thu Feb 5 07:54:59 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Feb 5 07:54:59 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ceea399c Fixed emboss-r1.eclass to depend on virtual/mysql and not dev-db/mysql. --- eclass/emboss-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/emboss-r1.eclass b/eclass/emboss-r1.eclass index b185802..e10ec0c 100644 --- a/eclass/emboss-r1.eclass +++ b/eclass/emboss-r1.eclass @@ -62,7 +62,7 @@ DEPEND=" dev-libs/libpcre:3 sci-libs/plplot sys-libs/zlib - mysql? ( dev-db/mysql ) + mysql? ( virtual/mysql ) pdf? ( media-libs/libharu ) png? ( media-libs/gd[png] ) postgres? ( dev-db/postgresql )