diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-23 12:23:57 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-23 12:23:57 +0000 |
commit | 5812771ed349f99a4bc165bb51d61b0941d5fbad (patch) | |
tree | 98cc1b6b9864bacf9fcbe169b22040715445bafd /dev-ruby/dbd-sqlite | |
parent | Remove old (diff) | |
download | historical-5812771ed349f99a4bc165bb51d61b0941d5fbad.tar.gz historical-5812771ed349f99a4bc165bb51d61b0941d5fbad.tar.bz2 historical-5812771ed349f99a4bc165bb51d61b0941d5fbad.zip |
ppc stable wrt #333087
Package-Manager: portage-2.2.0_alpha46/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/dbd-sqlite')
-rw-r--r-- | dev-ruby/dbd-sqlite/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/dbd-sqlite/ChangeLog b/dev-ruby/dbd-sqlite/ChangeLog index 2769b13f78aa..47e7604b0b31 100644 --- a/dev-ruby/dbd-sqlite/ChangeLog +++ b/dev-ruby/dbd-sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/dbd-sqlite -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/ChangeLog,v 1.8 2010/09/05 16:17:47 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/ChangeLog,v 1.9 2011/07/23 12:23:11 xarthisius Exp $ + + 23 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> dbd-sqlite-0.1.2.ebuild: + ppc stable wrt #333087 05 Sep 2010; Raúl Porcel <armin76@gentoo.org> dbd-sqlite-0.1.2.ebuild: ia64 stable wrt #333087 diff --git a/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild b/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild index 2a4b5549efd5..4077f8b9a492 100644 --- a/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild +++ b/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild,v 1.7 2010/09/05 16:17:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild,v 1.8 2011/07/23 12:23:11 xarthisius 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=" |