diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2004-10-31 11:07:35 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2004-10-31 11:07:35 +0000 |
commit | 79fbe50a6a354d3d0fd1014c454fb805cfd61fe2 (patch) | |
tree | 57e0c07e10e0bb35f53ed72af64d709ef66a3354 /media-libs/gd/gd-2.0.28.ebuild | |
parent | Only install .desktop to applications. (Manifest recommit) (diff) | |
download | gentoo-2-79fbe50a6a354d3d0fd1014c454fb805cfd61fe2.tar.gz gentoo-2-79fbe50a6a354d3d0fd1014c454fb805cfd61fe2.tar.bz2 gentoo-2-79fbe50a6a354d3d0fd1014c454fb805cfd61fe2.zip |
Stable on ppc, update to the new LICENSE-syntax.
Diffstat (limited to 'media-libs/gd/gd-2.0.28.ebuild')
-rw-r--r-- | media-libs/gd/gd-2.0.28.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/gd/gd-2.0.28.ebuild b/media-libs/gd/gd-2.0.28.ebuild index 24c457aca497..41a8851e75f5 100644 --- a/media-libs/gd/gd-2.0.28.ebuild +++ b/media-libs/gd/gd-2.0.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.28.ebuild,v 1.3 2004/10/19 14:35:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.28.ebuild,v 1.4 2004/10/31 11:07:35 hansmi Exp $ inherit gnuconfig @@ -8,7 +8,7 @@ DESCRIPTION="A graphics library for fast image creation" HOMEPAGE="http://www.boutell.com/gd/" SRC_URI="http://www.boutell.com/gd/http/${P}.tar.gz" -LICENSE="as-is | BSD" +LICENSE="|| ( as-is BSD )" SLOT="2" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" IUSE="jpeg png X truetype" |