diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2009-05-23 20:11:21 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2009-05-23 20:11:21 +0000 |
commit | ac73d302715734447d6a3b7ebb8df782d9d9f808 (patch) | |
tree | 2a1c7f50cb5c0b3243d5d5a96d6ec9741b0cb578 /dev-python | |
parent | whitespace (diff) | |
download | gentoo-2-ac73d302715734447d6a3b7ebb8df782d9d9f808.tar.gz gentoo-2-ac73d302715734447d6a3b7ebb8df782d9d9f808.tar.bz2 gentoo-2-ac73d302715734447d6a3b7ebb8df782d9d9f808.zip |
Fix directory to install examples from.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.5.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index 07539b794757..9dbdb61a8dfd 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pysqlite # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.94 2009/05/21 20:41:45 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.95 2009/05/23 20:11:21 gentoofan23 Exp $ + + 23 May 2009; Thomas Anderson <gentoofan23@gentoo.org> + pysqlite-2.5.5.ebuild: + Fix directory to install examples from. 21 May 2009; Brent Baude <ranger@gentoo.org> pysqlite-2.5.5.ebuild: stable ppc, bug 270087 diff --git a/dev-python/pysqlite/pysqlite-2.5.5.ebuild b/dev-python/pysqlite/pysqlite-2.5.5.ebuild index e5196e848fca..d4e3cddd2ad6 100644 --- a/dev-python/pysqlite/pysqlite-2.5.5.ebuild +++ b/dev-python/pysqlite/pysqlite-2.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.5.ebuild,v 1.6 2009/05/21 20:41:45 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.5.ebuild,v 1.7 2009/05/23 20:11:21 gentoofan23 Exp $ NEED_PYTHON=2.3 @@ -41,7 +41,7 @@ src_install() { if use examples; then insinto /usr/share/doc/${PF} - doins -r doc/code + doins -r doc/includes/sqlite3 fi } |