diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 19:15:30 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 19:15:30 +0000 |
commit | 9c41fcb4cdecd62785daf4d35780fe1aea01ecfb (patch) | |
tree | b5938b0690fca17dac46c398e1018ab919da8f0c /dev-db/slony1/slony1-1.2.17.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-9c41fcb4cdecd62785daf4d35780fe1aea01ecfb.tar.gz gentoo-2-9c41fcb4cdecd62785daf4d35780fe1aea01ecfb.tar.bz2 gentoo-2-9c41fcb4cdecd62785daf4d35780fe1aea01ecfb.zip |
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/slony1/slony1-1.2.17.ebuild')
-rw-r--r-- | dev-db/slony1/slony1-1.2.17.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/slony1/slony1-1.2.17.ebuild b/dev-db/slony1/slony1-1.2.17.ebuild index 5b059e37fd27..e64318bfac4c 100644 --- a/dev-db/slony1/slony1-1.2.17.ebuild +++ b/dev-db/slony1/slony1-1.2.17.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/dev-db/slony1/slony1-1.2.17.ebuild,v 1.1 2009/10/22 20:07:50 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.2.17.ebuild,v 1.2 2010/06/17 19:15:30 patrick Exp $ inherit eutils @@ -14,7 +14,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -DEPEND="virtual/postgresql-server +DEPEND="dev-db/postgresql-server perl? ( dev-perl/DBD-Pg )" src_compile() { |