diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 21:29:40 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 21:29:40 +0000 |
commit | ffcb408c26e5809167d44f18cd570292fd34e302 (patch) | |
tree | 36e87994765630c96f14a1f3a9ff566cf91a80ed /dev-db/mysql-super-smack/mysql-super-smack-1.2.ebuild | |
parent | Version bump. (diff) | |
download | historical-ffcb408c26e5809167d44f18cd570292fd34e302.tar.gz historical-ffcb408c26e5809167d44f18cd570292fd34e302.tar.bz2 historical-ffcb408c26e5809167d44f18cd570292fd34e302.zip |
Migrating away from deprecated postgres virtuals
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-db/mysql-super-smack/mysql-super-smack-1.2.ebuild')
-rw-r--r-- | dev-db/mysql-super-smack/mysql-super-smack-1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/mysql-super-smack/mysql-super-smack-1.2.ebuild b/dev-db/mysql-super-smack/mysql-super-smack-1.2.ebuild index abba25e1a89d..138bf4c95798 100644 --- a/dev-db/mysql-super-smack/mysql-super-smack-1.2.ebuild +++ b/dev-db/mysql-super-smack/mysql-super-smack-1.2.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-db/mysql-super-smack/mysql-super-smack-1.2.ebuild,v 1.9 2008/05/21 15:55:31 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/mysql-super-smack-1.2.ebuild,v 1.10 2010/06/17 21:28:30 patrick Exp $ WANT_AUTOMAKE="1.4" @@ -18,7 +18,7 @@ KEYWORDS="x86" IUSE="mysql postgres" DEPEND="mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-server )" + postgres? ( dev-db/postgresql-server )" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" |