diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-23 00:21:06 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-23 00:21:06 +0000 |
commit | c809746a53edc65cc4bf742dfd9e97c8dd054941 (patch) | |
tree | b2cc43460f0ce9ae4947b23d3ac8e4e5d5eb783c /media-libs/gd | |
parent | Keyword the right one. (diff) | |
download | gentoo-2-c809746a53edc65cc4bf742dfd9e97c8dd054941.tar.gz gentoo-2-c809746a53edc65cc4bf742dfd9e97c8dd054941.tar.bz2 gentoo-2-c809746a53edc65cc4bf742dfd9e97c8dd054941.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'media-libs/gd')
-rw-r--r-- | media-libs/gd/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/gd/gd-2.0.33.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-libs/gd/ChangeLog b/media-libs/gd/ChangeLog index 3ef8fd01749e..f584a083645a 100644 --- a/media-libs/gd/ChangeLog +++ b/media-libs/gd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gd -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.29 2005/12/22 19:39:22 hansmi Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.30 2006/04/23 00:21:06 flameeyes Exp $ + + 23 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> gd-2.0.33.ebuild: + Add ~x86-fbsd keyword. 22 Dec 2005; Michael Hanselmann <hansmi@gentoo.org> gd-2.0.33.ebuild: Stable on ppc. diff --git a/media-libs/gd/gd-2.0.33.ebuild b/media-libs/gd/gd-2.0.33.ebuild index 59c5c098a5a1..da2795026d78 100644 --- a/media-libs/gd/gd-2.0.33.ebuild +++ b/media-libs/gd/gd-2.0.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.33.ebuild,v 1.10 2006/01/05 03:09:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.33.ebuild,v 1.11 2006/04/23 00:21:06 flameeyes Exp $ inherit eutils libtool @@ -10,7 +10,7 @@ SRC_URI="http://www.boutell.com/gd/http/${P}.tar.gz" LICENSE="|| ( as-is BSD )" SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc-macos ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="fontconfig jpeg png truetype xpm" DEPEND="fontconfig? ( media-libs/fontconfig ) |