diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 18:41:06 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 18:41:06 +0000 |
commit | 549c97d65517ae1dcb5c1edda501165f54ac3a5d (patch) | |
tree | f8170cc349070cde7d9922d78cb773a83634aef1 /dev-db/pg_top/pg_top-3.6.2.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-549c97d65517ae1dcb5c1edda501165f54ac3a5d.tar.gz gentoo-2-549c97d65517ae1dcb5c1edda501165f54ac3a5d.tar.bz2 gentoo-2-549c97d65517ae1dcb5c1edda501165f54ac3a5d.zip |
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/pg_top/pg_top-3.6.2.ebuild')
-rw-r--r-- | dev-db/pg_top/pg_top-3.6.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/pg_top/pg_top-3.6.2.ebuild b/dev-db/pg_top/pg_top-3.6.2.ebuild index 95e9d174e908..8bad306fba1e 100644 --- a/dev-db/pg_top/pg_top-3.6.2.ebuild +++ b/dev-db/pg_top/pg_top-3.6.2.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/pg_top/pg_top-3.6.2.ebuild,v 1.4 2009/02/04 18:23:25 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild,v 1.5 2010/06/17 18:41:06 patrick Exp $ inherit eutils autotools @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -COMMON_DEPEND="virtual/postgresql-base" +COMMON_DEPEND="dev-db/postgresql-base" DEPEND="$COMMON_DEPEND dev-util/pkgconfig" RDEPEND="$COMMON_DEPEND" |