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 B698B138A1A for ; Wed, 18 Feb 2015 09:06:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB831E080A; Wed, 18 Feb 2015 09:06:31 +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 63AA9E080A for ; Wed, 18 Feb 2015 09:06:31 +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 45310340886 for ; Wed, 18 Feb 2015 09:06:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C11A1202B for ; Wed, 18 Feb 2015 09:06:27 +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: <1424250291.287094685faf979baca9d821c5aa5a5c3903d063.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: 287094685faf979baca9d821c5aa5a5c3903d063 X-VCS-Branch: master Date: Wed, 18 Feb 2015 09:06:27 +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: c1ae4769-3102-4795-aab2-c994cce9353d X-Archives-Hash: 0a575aaf9d01af5c5db55d794b9e745c commit: 287094685faf979baca9d821c5aa5a5c3903d063 Author: Justin Lecher gentoo org> AuthorDate: Wed Feb 18 09:04:51 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 18 09:04:51 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=28709468 Use SLOT operator for dev-db/postgresql Signed-off-by: Justin Lecher gentoo.org> --- 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 e10ec0c..90b9a8c 100644 --- a/eclass/emboss-r1.eclass +++ b/eclass/emboss-r1.eclass @@ -65,7 +65,7 @@ DEPEND=" mysql? ( virtual/mysql ) pdf? ( media-libs/libharu ) png? ( media-libs/gd[png] ) - postgres? ( dev-db/postgresql ) + postgres? ( dev-db/postgresql:= ) X? ( x11-libs/libXt )" RDEPEND="${DEPEND}"