diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2008-11-16 17:59:55 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2008-11-16 17:59:55 +0000 |
commit | caaa29ecc244cb6f4d4472e38fddf9742ca81f7e (patch) | |
tree | 4625d50a29aa1404cd00376e72a3ec4e33ec651e /dev-db/mysql++/mysql++-2.3.2.ebuild | |
parent | Stable on alpha, bug #246652 (diff) | |
download | gentoo-2-caaa29ecc244cb6f4d4472e38fddf9742ca81f7e.tar.gz gentoo-2-caaa29ecc244cb6f4d4472e38fddf9742ca81f7e.tar.bz2 gentoo-2-caaa29ecc244cb6f4d4472e38fddf9742ca81f7e.zip |
Stable on alpha, bug #245569
(Portage version: 2.2_rc14/cvs/Linux 2.6.27.5 x86_64)
Diffstat (limited to 'dev-db/mysql++/mysql++-2.3.2.ebuild')
-rw-r--r-- | dev-db/mysql++/mysql++-2.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql++/mysql++-2.3.2.ebuild b/dev-db/mysql++/mysql++-2.3.2.ebuild index 0b58bc28cfec..604d767fe3ea 100644 --- a/dev-db/mysql++/mysql++-2.3.2.ebuild +++ b/dev-db/mysql++/mysql++-2.3.2.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.3.2.ebuild,v 1.5 2008/11/15 19:34:05 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-2.3.2.ebuild,v 1.6 2008/11/16 17:59:55 klausman Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.tangentsoft.net/mysql++/releases/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ppc ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~hppa ~mips ppc ~sparc ~x86" IUSE="" RDEPEND=">=virtual/mysql-4.0" |