diff options
author | 2012-11-25 19:23:39 +0000 | |
---|---|---|
committer | 2012-11-25 19:23:39 +0000 | |
commit | b147a6b1c89c721a4ac5f5ade6e56d85faa379d5 (patch) | |
tree | b6f0ba6db3c040937f61bd1c6c63c1ec3e1fecac /sys-libs/db/db-1.85-r3.ebuild | |
parent | marked ~x86 per bug 433129 (diff) | |
download | gentoo-2-b147a6b1c89c721a4ac5f5ade6e56d85faa379d5.tar.gz gentoo-2-b147a6b1c89c721a4ac5f5ade6e56d85faa379d5.tar.bz2 gentoo-2-b147a6b1c89c721a4ac5f5ade6e56d85faa379d5.zip |
Update LICENSE: DB and OracleDB are identical, except for the different copyright holder. They have been unified in the "Sleepycat" license template, which is the name used by both OSI and SPDX. Bug 300426.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'sys-libs/db/db-1.85-r3.ebuild')
-rw-r--r-- | sys-libs/db/db-1.85-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-1.85-r3.ebuild b/sys-libs/db/db-1.85-r3.ebuild index fc730f800004..6120d75d2997 100644 --- a/sys-libs/db/db-1.85-r3.ebuild +++ b/sys-libs/db/db-1.85-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r3.ebuild,v 1.16 2012/05/24 05:34:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r3.ebuild,v 1.17 2012/11/25 19:23:39 ulm Exp $ inherit eutils toolchain-funcs multilib multilib @@ -11,7 +11,7 @@ SRC_URI="http://download.oracle.com/berkeley-db/db.${PV}.tar.gz # The patch used by Gentoo is from Fedora, and includes all 5 patches found on # the Oracle page, plus others. -LICENSE="DB" +LICENSE="Sleepycat" SLOT="1" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="" |