aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-01-10 14:13:26 +0100
committerJustin Lecher <jlec@gentoo.org>2015-01-10 14:13:26 +0100
commit37e01e338079815fb54428f8739c54411dd243ac (patch)
tree077c6eb059e56ba4939d774445d768b2a6fe6dcb /eclass
parentsci-biology/velvetk: Simplify ebuild (diff)
downloadsci-37e01e338079815fb54428f8739c54411dd243ac.tar.gz
sci-37e01e338079815fb54428f8739c54411dd243ac.tar.bz2
sci-37e01e338079815fb54428f8739c54411dd243ac.zip
Update dev-db/postgresql-base to dev-db/postgresql
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/emboss.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/emboss.eclass b/eclass/emboss.eclass
index f8aab5457..aff93dfd2 100644
--- a/eclass/emboss.eclass
+++ b/eclass/emboss.eclass
@@ -68,7 +68,7 @@ DEPEND="
mysql? ( dev-db/mysql )
pdf? ( media-libs/libharu )
png? ( media-libs/gd[png] )
- postgres? ( dev-db/postgresql-base )
+ postgres? ( dev-db/postgresql )
X? ( x11-libs/libXt )"
RDEPEND="${DEPEND}"