diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-20 08:21:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-20 08:21:25 +0000 |
commit | a58a1c54c7806339ef7f3141ae21b21989899467 (patch) | |
tree | bef3653c70e53259930e76c2ae4a0cbbbef9d8e9 /dev-db/mysql++ | |
parent | Stable for x86, wrt bug #470562 (diff) | |
download | gentoo-2-a58a1c54c7806339ef7f3141ae21b21989899467.tar.gz gentoo-2-a58a1c54c7806339ef7f3141ae21b21989899467.tar.bz2 gentoo-2-a58a1c54c7806339ef7f3141ae21b21989899467.zip |
Stable for x86, wrt bug #464420
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-db/mysql++')
-rw-r--r-- | dev-db/mysql++/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql++/mysql++-3.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql++/ChangeLog b/dev-db/mysql++/ChangeLog index 2adf30a7ebdf..88acdd0eb7a7 100644 --- a/dev-db/mysql++/ChangeLog +++ b/dev-db/mysql++/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql++ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/ChangeLog,v 1.67 2013/05/18 20:42:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/ChangeLog,v 1.68 2013/05/20 08:21:25 ago Exp $ + + 20 May 2013; Agostino Sarubbo <ago@gentoo.org> mysql++-3.1.0.ebuild: + Stable for x86, wrt bug #464420 18 May 2013; Agostino Sarubbo <ago@gentoo.org> mysql++-3.1.0.ebuild: Stable for alpha, wrt bug #464420 diff --git a/dev-db/mysql++/mysql++-3.1.0.ebuild b/dev-db/mysql++/mysql++-3.1.0.ebuild index a6310e08df28..d5f4de5ff92b 100644 --- a/dev-db/mysql++/mysql++-3.1.0.ebuild +++ b/dev-db/mysql++/mysql++-3.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-3.1.0.ebuild,v 1.5 2013/05/18 20:42:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-3.1.0.ebuild,v 1.6 2013/05/20 08:21:25 ago Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="http://www.tangentsoft.net/mysql++/releases/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0/3" -KEYWORDS="alpha amd64 hppa ~mips ppc ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 hppa ~mips ppc ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" RDEPEND=">=virtual/mysql-4.0" |