diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-03-20 11:03:27 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-03-23 21:51:15 +0100 |
commit | 3bab4c8f4f90652dbd4413f7a1bfebcd8ef0c385 (patch) | |
tree | bf0c407960f1b8ced26ec4a885266c328ad4d6e0 /dev-db/db-je | |
parent | dev-db/couchdb: Fix toolong DESCRIPTION (diff) | |
download | gentoo-3bab4c8f4f90652dbd4413f7a1bfebcd8ef0c385.tar.gz gentoo-3bab4c8f4f90652dbd4413f7a1bfebcd8ef0c385.tar.bz2 gentoo-3bab4c8f4f90652dbd4413f7a1bfebcd8ef0c385.zip |
dev-db/db-je: 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/db-je')
-rw-r--r-- | dev-db/db-je/db-je-3.3.75.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/db-je/db-je-3.3.75.ebuild b/dev-db/db-je/db-je-3.3.75.ebuild index cc4cf8be9884..20eabe5cf0a4 100644 --- a/dev-db/db-je/db-je-3.3.75.ebuild +++ b/dev-db/db-je/db-je-3.3.75.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 -DESCRIPTION="Berkeley DB JE is a high performance, transactional storage engine written entirely in Java" +DESCRIPTION="A high performance, transactional storage engine written entirely in Java" HOMEPAGE="http://www.oracle.com/database/berkeley-db/je/index.html" SRC_URI="http://download.oracle.com/berkeley-db/${P/db-/}.tar.gz" |