From 32654016460b8c3aad92085ebfb715ac3b8e5716 Mon Sep 17 00:00:00 2001 From: Harri Nieminen Date: Mon, 20 Mar 2017 11:14:40 +0200 Subject: [PATCH] dev-db/odbtp: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4253 --- dev-db/odbtp/odbtp-1.1.4.ebuild | 4 ++-- 1 file 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 4a513cecbfe13..03bf137759ef7 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"