commit: 48d1b81531b551d59b6ba2eda7020080d9755888 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat May 8 17:02:26 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Jun 7 08:33:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d1b815
dev-db/unixODBC: remove unused eclass Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-db/unixODBC/unixODBC-2.3.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/unixODBC/unixODBC-2.3.9.ebuild b/dev-db/unixODBC/unixODBC-2.3.9.ebuild index ec457a936c3..7c2f87cf0cd 100644 --- a/dev-db/unixODBC/unixODBC-2.3.9.ebuild +++ b/dev-db/unixODBC/unixODBC-2.3.9.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit libtool multilib-minimal +inherit multilib-minimal -DESCRIPTION="A complete ODBC driver manager" +DESCRIPTION="complete ODBC driver manager" HOMEPAGE="http://www.unixodbc.org/" SRC_URI="ftp://ftp.unixodbc.org/pub/${PN}/${P}.tar.gz"
