diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-22 18:00:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-22 18:00:15 +0000 |
commit | bd542c6de2976be5c298b4cac1045fa0efc3a595 (patch) | |
tree | 881f07658111745a58cc614a5e0a6d3559fadfa6 /dev-db | |
parent | version bump to fix #305463 (diff) | |
download | gentoo-2-bd542c6de2976be5c298b4cac1045fa0efc3a595.tar.gz gentoo-2-bd542c6de2976be5c298b4cac1045fa0efc3a595.tar.bz2 gentoo-2-bd542c6de2976be5c298b4cac1045fa0efc3a595.zip |
license is both gpl and lgpl
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.2.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/unixODBC/unixODBC-2.2.14.ebuild b/dev-db/unixODBC/unixODBC-2.2.14.ebuild index c18de818c7a5..4d10346afb12 100644 --- a/dev-db/unixODBC/unixODBC-2.2.14.ebuild +++ b/dev-db/unixODBC/unixODBC-2.2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.14.ebuild,v 1.2 2010/03/22 17:15:03 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.14.ebuild,v 1.3 2010/03/22 18:00:15 ssuominen Exp $ EAPI=3 inherit autotools eutils flag-o-matic multilib prefix @@ -10,7 +10,7 @@ HOMEPAGE="http://www.unixodbc.org/" SRC_URI="mirror://sourceforge/unixodbc/${P}.tar.gz http://dev.gentoo.org/~ssuominen/${P}-patchset-1.tar.bz2" -LICENSE="LGPL-2.1" +LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="static-libs qt4" |