Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/unixODBC/
Date: Mon, 07 Jun 2021 08:33:36
Message-Id: 1623054799.48d1b81531b551d59b6ba2eda7020080d9755888.juippis@gentoo
1 commit: 48d1b81531b551d59b6ba2eda7020080d9755888
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sat May 8 17:02:26 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 7 08:33:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d1b815
7
8 dev-db/unixODBC: remove unused eclass
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 dev-db/unixODBC/unixODBC-2.3.9.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-db/unixODBC/unixODBC-2.3.9.ebuild b/dev-db/unixODBC/unixODBC-2.3.9.ebuild
18 index ec457a936c3..7c2f87cf0cd 100644
19 --- a/dev-db/unixODBC/unixODBC-2.3.9.ebuild
20 +++ b/dev-db/unixODBC/unixODBC-2.3.9.ebuild
21 @@ -2,9 +2,9 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -inherit libtool multilib-minimal
26 +inherit multilib-minimal
27
28 -DESCRIPTION="A complete ODBC driver manager"
29 +DESCRIPTION="complete ODBC driver manager"
30 HOMEPAGE="http://www.unixodbc.org/"
31 SRC_URI="ftp://ftp.unixodbc.org/pub/${PN}/${P}.tar.gz"