diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-11-25 19:23:52 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-11-25 19:23:52 +0000 |
commit | d84d6f425950a392c122c1eaaab0236b578f08d6 (patch) | |
tree | a63158f4c0e70b25225f68729a9a14481b946e4d /sys-libs/db/db-4.7.25_p4.ebuild | |
parent | marked ~x86 per bug 433129 (diff) | |
download | historical-d84d6f425950a392c122c1eaaab0236b578f08d6.tar.gz historical-d84d6f425950a392c122c1eaaab0236b578f08d6.tar.bz2 historical-d84d6f425950a392c122c1eaaab0236b578f08d6.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.
Package-Manager: portage-2.1.11.31/cvs/Linux x86_64
Manifest-Sign-Key: 0xE7BE08CA7DC6EA25
Diffstat (limited to 'sys-libs/db/db-4.7.25_p4.ebuild')
-rw-r--r-- | sys-libs/db/db-4.7.25_p4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-4.7.25_p4.ebuild b/sys-libs/db/db-4.7.25_p4.ebuild index f05aae566c26..68bb8e6db974 100644 --- a/sys-libs/db/db-4.7.25_p4.ebuild +++ b/sys-libs/db/db-4.7.25_p4.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.7.25_p4.ebuild,v 1.16 2012/09/24 00:31:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.7.25_p4.ebuild,v 1.17 2012/11/25 19:23:39 ulm Exp $ inherit eutils db flag-o-matic java-pkg-opt-2 autotools 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="OracleDB" +LICENSE="Sleepycat" SLOT="4.7" KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="doc java cxx tcl test rpc" |