diff options
author | 2012-03-02 06:59:29 +0000 | |
---|---|---|
committer | 2012-03-02 06:59:29 +0000 | |
commit | 459501746afcc08cc6779125c8916bd050adbf71 (patch) | |
tree | 315b7a612090639748771954fdafcf2f79d9bdfb /media-libs/gd | |
parent | Version bump. (diff) | |
download | gentoo-2-459501746afcc08cc6779125c8916bd050adbf71.tar.gz gentoo-2-459501746afcc08cc6779125c8916bd050adbf71.tar.bz2 gentoo-2-459501746afcc08cc6779125c8916bd050adbf71.zip |
Fix LICENSE, "||" would mean dual licensing which is not the case here.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/gd')
-rw-r--r-- | media-libs/gd/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/gd/gd-2.0.35-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/gd/ChangeLog b/media-libs/gd/ChangeLog index 2d3d873d69e7..a8b8a34216dd 100644 --- a/media-libs/gd/ChangeLog +++ b/media-libs/gd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.80 2012/02/27 20:17:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.81 2012/03/02 06:59:29 ulm Exp $ + + 02 Mar 2012; Ulrich Müller <ulm@gentoo.org> gd-2.0.35-r3.ebuild: + Fix LICENSE, "||" would mean dual licensing which is not the case here. 27 Feb 2012; Mike Frysinger <vapier@gentoo.org> gd-2.0.35-r3.ebuild: DEPEND on pkg-config #406057 by cyberbat. diff --git a/media-libs/gd/gd-2.0.35-r3.ebuild b/media-libs/gd/gd-2.0.35-r3.ebuild index 6a6ecadf99ed..6b34d74b6bc0 100644 --- a/media-libs/gd/gd-2.0.35-r3.ebuild +++ b/media-libs/gd/gd-2.0.35-r3.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/media-libs/gd/gd-2.0.35-r3.ebuild,v 1.13 2012/02/27 20:17:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v 1.14 2012/03/02 06:59:29 ulm Exp $ EAPI="2" @@ -10,7 +10,7 @@ DESCRIPTION="A graphics library for fast image creation" HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/" SRC_URI="http://libgd.org/releases/${P}.tar.bz2" -LICENSE="|| ( as-is BSD )" +LICENSE="as-is BSD" SLOT="2" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="fontconfig jpeg png static-libs truetype xpm zlib" |