diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 18:23:01 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 18:23:01 +0000 |
commit | 880fa6b3e89ebd181e57266c38fbeaedc36cc7b5 (patch) | |
tree | 63ba5d77cd36abff2a62731adf16037e32ba1eee /dev-libs/libpqxx/libpqxx-2.6.8.ebuild | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | historical-880fa6b3e89ebd181e57266c38fbeaedc36cc7b5.tar.gz historical-880fa6b3e89ebd181e57266c38fbeaedc36cc7b5.tar.bz2 historical-880fa6b3e89ebd181e57266c38fbeaedc36cc7b5.zip |
Migrating away from deprecated postgres virtuals
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/libpqxx/libpqxx-2.6.8.ebuild')
-rw-r--r-- | dev-libs/libpqxx/libpqxx-2.6.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libpqxx/libpqxx-2.6.8.ebuild b/dev-libs/libpqxx/libpqxx-2.6.8.ebuild index 91c6aa94250c..a8f853f86e2b 100644 --- a/dev-libs/libpqxx/libpqxx-2.6.8.ebuild +++ b/dev-libs/libpqxx/libpqxx-2.6.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-2.6.8.ebuild,v 1.11 2008/05/19 19:39:38 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-2.6.8.ebuild,v 1.12 2010/06/17 18:23:01 patrick Exp $ inherit eutils @@ -13,7 +13,7 @@ LICENSE="BSD" SLOT="0" IUSE="" -DEPEND="virtual/postgresql-base" +DEPEND="dev-db/postgresql-base" RDEPEND="${DEPEND}" src_unpack() { |