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-5.1.25.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-5.1.25.ebuild')
-rw-r--r-- | sys-libs/db/db-5.1.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-5.1.25.ebuild b/sys-libs/db/db-5.1.25.ebuild index dd55aead815f..0b861a2a88b0 100644 --- a/sys-libs/db/db-5.1.25.ebuild +++ b/sys-libs/db/db-5.1.25.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-5.1.25.ebuild,v 1.3 2012/05/24 05:34:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.1.25.ebuild,v 1.4 2012/11/25 19:23:39 ulm Exp $ EAPI=2 inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib @@ -26,7 +26,7 @@ for (( i=1 ; i<=${PATCHNO} ; i++ )) ; do export SRC_URI="${SRC_URI} http://www.oracle.com/technology/products/berkeley-db/db/update/${MY_PV}/patch.${MY_PV}.${i}" done -LICENSE="OracleDB" +LICENSE="Sleepycat" SLOT="5.1" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="doc java cxx tcl test" |