diff options
author | 2010-08-20 08:03:57 +0000 | |
---|---|---|
committer | 2010-08-20 08:03:57 +0000 | |
commit | 2c6477c030f93654f1fa39af9b9117c175b66d8c (patch) | |
tree | ba02eb4a3ae566aae1b18fe4cc8ae536cc5caa90 /dev-ruby/dbd-sqlite3 | |
parent | stable x86, bug 333087 (diff) | |
download | historical-2c6477c030f93654f1fa39af9b9117c175b66d8c.tar.gz historical-2c6477c030f93654f1fa39af9b9117c175b66d8c.tar.bz2 historical-2c6477c030f93654f1fa39af9b9117c175b66d8c.zip |
stable x86, bug 333087
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'dev-ruby/dbd-sqlite3')
-rw-r--r-- | dev-ruby/dbd-sqlite3/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/dbd-sqlite3/dbd-sqlite3-1.2.5.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-ruby/dbd-sqlite3/ChangeLog b/dev-ruby/dbd-sqlite3/ChangeLog index 154e3ce0fd0e..54e91e938335 100644 --- a/dev-ruby/dbd-sqlite3/ChangeLog +++ b/dev-ruby/dbd-sqlite3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/dbd-sqlite3 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite3/ChangeLog,v 1.5 2010/06/20 18:19:32 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite3/ChangeLog,v 1.6 2010/08/20 08:01:41 fauli Exp $ + + 20 Aug 2010; Christian Faulhammer <fauli@gentoo.org> + dbd-sqlite3-1.2.5.ebuild: + stable x86, bug 333087 *dbd-sqlite3-1.2.5-r1 (20 Jun 2010) diff --git a/dev-ruby/dbd-sqlite3/dbd-sqlite3-1.2.5.ebuild b/dev-ruby/dbd-sqlite3/dbd-sqlite3-1.2.5.ebuild index d6dd613d6042..4a90cb9050cf 100644 --- a/dev-ruby/dbd-sqlite3/dbd-sqlite3-1.2.5.ebuild +++ b/dev-ruby/dbd-sqlite3/dbd-sqlite3-1.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite3/dbd-sqlite3-1.2.5.ebuild,v 1.4 2009/12/20 12:42:57 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite3/dbd-sqlite3-1.2.5.ebuild,v 1.5 2010/08/20 08:01:41 fauli Exp $ inherit "ruby" @@ -10,7 +10,7 @@ SRC_URI="mirror://rubyforge/ruby-dbi/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86" IUSE="test" RDEPEND=" |