diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-08-26 19:10:32 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-08-26 19:10:32 +0000 |
commit | 4e3497be21ccdbb752210d7f30e6dcfcda032ddb (patch) | |
tree | f73b391ca1d667d351d6bef10ddba088e17ffce0 /dev-db | |
parent | Added Prefix keywords, bug #379449 (diff) | |
download | gentoo-2-4e3497be21ccdbb752210d7f30e6dcfcda032ddb.tar.gz gentoo-2-4e3497be21ccdbb752210d7f30e6dcfcda032ddb.tar.bz2 gentoo-2-4e3497be21ccdbb752210d7f30e6dcfcda032ddb.zip |
Update comment for eautoreconf, it also fixes issues on Solaris, bug #379281
(Portage version: 2.2.01.19062-prefix/cvs/SunOS sparc)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.7.7.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 5ec0d38f2e8f..bc10313c6d46 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/sqlite # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.384 2011/08/26 13:52:56 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.385 2011/08/26 19:10:32 grobian Exp $ + + 26 Aug 2011; Fabian Groffen <grobian@gentoo.org> sqlite-3.7.7.1.ebuild: + Update comment for eautoreconf, it also fixes issues on Solaris, bug + #379281 26 Aug 2011; Markos Chandras <hwoarang@gentoo.org> sqlite-3.7.7.1.ebuild: Stable on amd64 wrt bug #372745 diff --git a/dev-db/sqlite/sqlite-3.7.7.1.ebuild b/dev-db/sqlite/sqlite-3.7.7.1.ebuild index d63d55e30af6..134d49e3f9e8 100644 --- a/dev-db/sqlite/sqlite-3.7.7.1.ebuild +++ b/dev-db/sqlite/sqlite-3.7.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.7.1.ebuild,v 1.7 2011/08/26 13:52:56 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.7.1.ebuild,v 1.8 2011/08/26 19:10:32 grobian Exp $ EAPI="3" @@ -52,7 +52,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-interix-amalgamation.patch fi - # at least x86-interix and ppc-aix need this to catch a new(er) + # at least x86-interix, ppc-aix and *-solaris need this to catch a new(er) # libtool, as the shipped one lacks some platform support. use prefix && eautoreconf epunt_cxx |