diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-31 21:39:04 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-31 21:39:04 +0000 |
commit | 7c21cf55149d3998931186c38e84c8987ec49abd (patch) | |
tree | ce0460529212eefa740c2080aeec20e8f6d86d49 /dev-db | |
parent | Bump to EAPI=3, add prefix keywords (diff) | |
download | gentoo-2-7c21cf55149d3998931186c38e84c8987ec49abd.tar.gz gentoo-2-7c21cf55149d3998931186c38e84c8987ec49abd.tar.bz2 gentoo-2-7c21cf55149d3998931186c38e84c8987ec49abd.zip |
Missing inherit
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/odbtp/odbtp-1.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/odbtp/odbtp-1.1.4.ebuild b/dev-db/odbtp/odbtp-1.1.4.ebuild index af7c3fcc5898..f563e52f57bc 100644 --- a/dev-db/odbtp/odbtp-1.1.4.ebuild +++ b/dev-db/odbtp/odbtp-1.1.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/odbtp/odbtp-1.1.4.ebuild,v 1.3 2010/03/31 20:44:11 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/odbtp/odbtp-1.1.4.ebuild,v 1.4 2010/03/31 21:39:04 ssuominen Exp $ -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="ODBTP is a fast, efficient TCP/IP protocol for connecting to Win32-based databases from any platform." HOMEPAGE="http://odbtp.sourceforge.net/" |