diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-03-20 11:14:40 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-03-23 21:51:31 +0100 |
commit | 32654016460b8c3aad92085ebfb715ac3b8e5716 (patch) | |
tree | 1f50b4e16b3e4f944f19288201469a5349292f55 /dev-db/odbtp | |
parent | dev-db/mydumper: Fix toolong DESCRIPTION (diff) | |
download | gentoo-32654016460b8c3aad92085ebfb715ac3b8e5716.tar.gz gentoo-32654016460b8c3aad92085ebfb715ac3b8e5716.tar.bz2 gentoo-32654016460b8c3aad92085ebfb715ac3b8e5716.zip |
dev-db/odbtp: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4253
Diffstat (limited to 'dev-db/odbtp')
-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 4a513cecbfe1..03bf137759ef 100644 --- a/dev-db/odbtp/odbtp-1.1.4.ebuild +++ b/dev-db/odbtp/odbtp-1.1.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils toolchain-funcs -DESCRIPTION="Fast, efficient TCP/IP protocol for connecting to Win32-based databases from any platform" +DESCRIPTION="Fast, efficient TCP/IP protocol for connecting to Win32-based databases" HOMEPAGE="http://odbtp.sourceforge.net/" SRC_URI="mirror://sourceforge/odbtp/${P}.tar.gz" |