summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-06-17 21:22:15 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-06-17 21:22:15 +0000
commit2efee8383b9298759a5a6ca0427b76e99e7c669e (patch)
tree9c7ad82a52023fb1c22395f5620903b1c104cacd /app-crypt/onak/onak-0.3.7.ebuild
parentMigrating away from deprecated postgres virtuals (diff)
downloadgentoo-2-2efee8383b9298759a5a6ca0427b76e99e7c669e.tar.gz
gentoo-2-2efee8383b9298759a5a6ca0427b76e99e7c669e.tar.bz2
gentoo-2-2efee8383b9298759a5a6ca0427b76e99e7c669e.zip
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/onak/onak-0.3.7.ebuild')
-rw-r--r--app-crypt/onak/onak-0.3.7.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/onak/onak-0.3.7.ebuild b/app-crypt/onak/onak-0.3.7.ebuild
index ec1d8cbeb38a..75a09cd901d6 100644
--- a/app-crypt/onak/onak-0.3.7.ebuild
+++ b/app-crypt/onak/onak-0.3.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/onak/onak-0.3.7.ebuild,v 1.1 2009/06/27 17:13:54 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/onak/onak-0.3.7.ebuild,v 1.2 2010/06/17 21:22:15 patrick Exp $
EAPI="2"
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="berkdb postgres"
RDEPEND="berkdb? ( =sys-libs/db-4* )
- postgres? ( virtual/postgresql-server )"
+ postgres? ( dev-db/postgresql-server )"
DEPEND="${RDEPEND}"
src_configure() {