summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-07-13 23:04:29 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-07-13 23:04:29 +0000
commitb34173060f68083c4af5c1a9925ed97b0a898a7e (patch)
tree2b931ae8df4df2e1d903f808da9fe524a7642bb3 /dev-db
parentversion bump (diff)
downloadgentoo-2-b34173060f68083c4af5c1a9925ed97b0a898a7e.tar.gz
gentoo-2-b34173060f68083c4af5c1a9925ed97b0a898a7e.tar.bz2
gentoo-2-b34173060f68083c4af5c1a9925ed97b0a898a7e.zip
Fixing libraries location. Closes bug #276581
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/sqliteodbc/ChangeLog5
-rw-r--r--dev-db/sqliteodbc/sqliteodbc-0.79.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/sqliteodbc/ChangeLog b/dev-db/sqliteodbc/ChangeLog
index 50ebb2bba590..684a75e83664 100644
--- a/dev-db/sqliteodbc/ChangeLog
+++ b/dev-db/sqliteodbc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/sqliteodbc
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/ChangeLog,v 1.10 2009/01/09 17:12:39 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/ChangeLog,v 1.11 2009/07/13 23:04:29 vostorga Exp $
+
+ 13 Jul 2009; <vostorga@gentoo.org> sqliteodbc-0.79.ebuild:
+ Fixing libraries location. Closes bug #276581
09 Jan 2009; Brent Baude <ranger@gentoo.org> sqliteodbc-0.79.ebuild:
stable ppc, bug 250822
diff --git a/dev-db/sqliteodbc/sqliteodbc-0.79.ebuild b/dev-db/sqliteodbc/sqliteodbc-0.79.ebuild
index 504d36f0afa5..8ae03d67f540 100644
--- a/dev-db/sqliteodbc/sqliteodbc-0.79.ebuild
+++ b/dev-db/sqliteodbc/sqliteodbc-0.79.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-db/sqliteodbc/sqliteodbc-0.79.ebuild,v 1.3 2009/01/09 17:12:39 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.79.ebuild,v 1.4 2009/07/13 23:04:29 vostorga Exp $
inherit eutils autotools
@@ -20,6 +20,7 @@ DEPEND="
>=dev-db/libiodbc-3.5
)
sqlite3? ( >=dev-db/sqlite-3.5 )"
+RDEPEND=""
src_unpack() {
unpack ${A}
@@ -34,7 +35,7 @@ src_compile() {
}
src_install() {
- dodir /usr/lib
+ dodir /usr/$(get_libdir)
einstall || die "could not install"
dodoc README ChangeLog
}