diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-11-25 19:23:39 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-11-25 19:23:39 +0000 |
commit | b147a6b1c89c721a4ac5f5ade6e56d85faa379d5 (patch) | |
tree | b6f0ba6db3c040937f61bd1c6c63c1ec3e1fecac /sys-libs/db/db-4.3.29_p1.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-4.3.29_p1.ebuild')
-rw-r--r-- | sys-libs/db/db-4.3.29_p1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-4.3.29_p1.ebuild b/sys-libs/db/db-4.3.29_p1.ebuild index 02c0fb7affb2..3f10f6c91f08 100644 --- a/sys-libs/db/db-4.3.29_p1.ebuild +++ b/sys-libs/db/db-4.3.29_p1.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-4.3.29_p1.ebuild,v 1.8 2012/09/24 00:31:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29_p1.ebuild,v 1.9 2012/11/25 19:23:39 ulm Exp $ inherit eutils db flag-o-matic java-pkg-opt-2 multilib @@ -24,7 +24,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="DB" +LICENSE="Sleepycat" SLOT="4.3" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="tcl java doc cxx rpc" |