diff options
author | Eray Aslan <eras@gentoo.org> | 2012-11-30 08:09:46 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2012-11-30 08:09:46 +0000 |
commit | 6d499f35a5a59f37263c039ed0f9efd6e2df0dbb (patch) | |
tree | 5b1080ad5a5d6c5c1af558dad9a50756126944be /dev-libs/libverto/libverto-0.2.5.ebuild | |
parent | Correctify displayed version number (diff) | |
download | gentoo-2-6d499f35a5a59f37263c039ed0f9efd6e2df0dbb.tar.gz gentoo-2-6d499f35a5a59f37263c039ed0f9efd6e2df0dbb.tar.bz2 gentoo-2-6d499f35a5a59f37263c039ed0f9efd6e2df0dbb.zip |
Licese as-is -> MIT - bug #445256
(Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'dev-libs/libverto/libverto-0.2.5.ebuild')
-rw-r--r-- | dev-libs/libverto/libverto-0.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libverto/libverto-0.2.5.ebuild b/dev-libs/libverto/libverto-0.2.5.ebuild index 54b727955445..82a76f79fd46 100644 --- a/dev-libs/libverto/libverto-0.2.5.ebuild +++ b/dev-libs/libverto/libverto-0.2.5.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/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.1 2012/10/20 10:10:37 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.2 2012/11/30 08:09:46 eras Exp $ EAPI=4 @@ -8,7 +8,7 @@ DESCRIPTION="Main event loop abstraction library" HOMEPAGE="https://fedorahosted.org/libverto/" SRC_URI="https://fedorahosted.org/releases/l/i/libverto/${P}.tar.gz" -LICENSE="as-is" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-fbsd" IUSE="glib +libev libevent tevent +threads static-libs" |