diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-03-20 11:10:14 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-03-23 21:51:21 +0100 |
commit | 0a9e33aabcff1b569b9fc8bbc648ba974ce36d9a (patch) | |
tree | 51d0882486c9da1e2d9eb98a5bd8163e3c6a60c1 /dev-db/libdbi | |
parent | dev-db/etcd: Fix toolong DESCRIPTION (diff) | |
download | gentoo-0a9e33aabcff1b569b9fc8bbc648ba974ce36d9a.tar.gz gentoo-0a9e33aabcff1b569b9fc8bbc648ba974ce36d9a.tar.bz2 gentoo-0a9e33aabcff1b569b9fc8bbc648ba974ce36d9a.zip |
dev-db/libdbi: 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/libdbi')
-rw-r--r-- | dev-db/libdbi/libdbi-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/libdbi/libdbi-0.9.0.ebuild b/dev-db/libdbi/libdbi-0.9.0.ebuild index 3972fa51adc8..7f6a738b7a40 100644 --- a/dev-db/libdbi/libdbi-0.9.0.ebuild +++ b/dev-db/libdbi/libdbi-0.9.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 inherit eutils autotools multilib -DESCRIPTION="libdbi is a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl" +DESCRIPTION="A database-independent abstraction layer in C" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://libdbi.sourceforge.net/" LICENSE="LGPL-2.1" |