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-5.3.21.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-5.3.21.ebuild')
-rw-r--r-- | sys-libs/db/db-5.3.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-5.3.21.ebuild b/sys-libs/db/db-5.3.21.ebuild index 0b9d68780a1c..7a8258157eb2 100644 --- a/sys-libs/db/db-5.3.21.ebuild +++ b/sys-libs/db/db-5.3.21.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.3.21.ebuild,v 1.1 2012/11/12 23:09:59 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.3.21.ebuild,v 1.2 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.3" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="doc java cxx tcl test" |