summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-12-28 16:38:14 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-12-28 16:38:14 +0000
commit2ec0a1ab69054b7f711ef418699f5f69cdc7e591 (patch)
treebd72e02bcd33b1c27322e38fdb803778b249b48d /net-mail/vpopmail
parentRename virtual/postgresql to dev-db/postgresql (diff)
downloadgentoo-2-2ec0a1ab69054b7f711ef418699f5f69cdc7e591.tar.gz
gentoo-2-2ec0a1ab69054b7f711ef418699f5f69cdc7e591.tar.bz2
gentoo-2-2ec0a1ab69054b7f711ef418699f5f69cdc7e591.zip
Rename virtual/postgresql to dev-db/postgresql
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'net-mail/vpopmail')
-rw-r--r--net-mail/vpopmail/ChangeLog6
-rw-r--r--net-mail/vpopmail/vpopmail-5.4.33-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/vpopmail/ChangeLog b/net-mail/vpopmail/ChangeLog
index 69421f348ab9..db5a02fa430b 100644
--- a/net-mail/vpopmail/ChangeLog
+++ b/net-mail/vpopmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/vpopmail
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.120 2014/11/03 13:46:48 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.121 2014/12/28 16:38:14 titanofold Exp $
+
+ 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org>
+ vpopmail-5.4.33-r1.ebuild:
+ Rename virtual/postgresql to dev-db/postgresql
03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
vpopmail-5.4.33-r1.ebuild:
diff --git a/net-mail/vpopmail/vpopmail-5.4.33-r1.ebuild b/net-mail/vpopmail/vpopmail-5.4.33-r1.ebuild
index 592427087a6a..07b288eb5aba 100644
--- a/net-mail/vpopmail/vpopmail-5.4.33-r1.ebuild
+++ b/net-mail/vpopmail/vpopmail-5.4.33-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33-r1.ebuild,v 1.4 2014/11/03 13:46:48 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.33-r1.ebuild,v 1.5 2014/12/28 16:38:14 titanofold Exp $
EAPI=5
@@ -19,7 +19,7 @@ REQUIRED_USE="mysql? ( !postgres )"
DEPEND="virtual/qmail
maildrop? ( mail-filter/maildrop )
mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql[server] )
+ postgres? ( dev-db/postgresql[server] )
spamassassin? ( mail-filter/spamassassin )"
RDEPEND="${DEPEND}"