summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-11-14 01:42:53 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-11-14 01:42:53 +0000
commit0460046c2fc639eea6c149e0b5f8af9aed8cac2e (patch)
treeb4579c7a3b6415801da154f93d85a45a76a568e9 /dev-db/mysql++/mysql++-2.2.2-r1.ebuild
parentFix compilation for USE=-ssl, patch submited by René 'Necoro' Neumann, bug #... (diff)
downloadgentoo-2-0460046c2fc639eea6c149e0b5f8af9aed8cac2e.tar.gz
gentoo-2-0460046c2fc639eea6c149e0b5f8af9aed8cac2e.tar.bz2
gentoo-2-0460046c2fc639eea6c149e0b5f8af9aed8cac2e.zip
Bug #240155, mysql should be in DEPEND as well.
(Portage version: 2.2_rc13/cvs/Linux 2.6.28-rc2-00338-g65fc716 x86_64)
Diffstat (limited to 'dev-db/mysql++/mysql++-2.2.2-r1.ebuild')
-rw-r--r--dev-db/mysql++/mysql++-2.2.2-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/mysql++/mysql++-2.2.2-r1.ebuild b/dev-db/mysql++/mysql++-2.2.2-r1.ebuild
index e6dce666c7cb..0eeb9ad4f6fb 100644
--- a/dev-db/mysql++/mysql++-2.2.2-r1.ebuild
+++ b/dev-db/mysql++/mysql++-2.2.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-2.2.2-r1.ebuild,v 1.7 2008/01/16 05:36:20 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-2.2.2-r1.ebuild,v 1.8 2008/11/14 01:42:53 robbat2 Exp $
inherit eutils
@@ -14,9 +14,9 @@ SLOT="0"
KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86"
IUSE=""
-DEPEND=">=sys-devel/gcc-3"
-RDEPEND="${DEPEND}
- >=virtual/mysql-4.0"
+RDEPEND=">=virtual/mysql-4.0"
+DEPEND="${RDEPEND}
+ >=sys-devel/gcc-3"
src_unpack() {
unpack "${A}"