diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-05-25 22:43:36 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-05-25 22:43:36 +0000 |
commit | bf5263f3174a0576dca8f977480fe2e938235159 (patch) | |
tree | 6a2c2a6380b4befcc7ac755cfc183451ea4abae6 /dev-php/PEAR-Image_Graph | |
parent | Stable on x86 wrt bug #132213 (diff) | |
download | gentoo-2-bf5263f3174a0576dca8f977480fe2e938235159.tar.gz gentoo-2-bf5263f3174a0576dca8f977480fe2e938235159.tar.bz2 gentoo-2-bf5263f3174a0576dca8f977480fe2e938235159.zip |
Added to ~hppa, ~ppc64, ~sparc. See bug #134270.
(Portage version: 2.1_rc2-r3)
Diffstat (limited to 'dev-php/PEAR-Image_Graph')
-rw-r--r-- | dev-php/PEAR-Image_Graph/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Image_Graph/PEAR-Image_Graph-0.7.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Image_Graph/ChangeLog b/dev-php/PEAR-Image_Graph/ChangeLog index 1d8db6b3cc12..5b44513ebf97 100644 --- a/dev-php/PEAR-Image_Graph/ChangeLog +++ b/dev-php/PEAR-Image_Graph/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Image_Graph # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Graph/ChangeLog,v 1.4 2006/05/25 18:13:59 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Graph/ChangeLog,v 1.5 2006/05/25 22:43:36 hansmi Exp $ + + 25 May 2006; Michael Hanselmann <hansmi@gentoo.org> + PEAR-Image_Graph-0.7.2.ebuild: + Added to ~hppa, ~ppc64, ~sparc. See bug #134270. 25 May 2006; <nixnut@gentoo.org> PEAR-Image_Graph-0.7.2.ebuild: Added ~ppc. bug #134270 diff --git a/dev-php/PEAR-Image_Graph/PEAR-Image_Graph-0.7.2.ebuild b/dev-php/PEAR-Image_Graph/PEAR-Image_Graph-0.7.2.ebuild index ccc905bcae98..453cfdb75bde 100644 --- a/dev-php/PEAR-Image_Graph/PEAR-Image_Graph-0.7.2.ebuild +++ b/dev-php/PEAR-Image_Graph/PEAR-Image_Graph-0.7.2.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/dev-php/PEAR-Image_Graph/PEAR-Image_Graph-0.7.2.ebuild,v 1.2 2006/05/25 18:13:59 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Graph/PEAR-Image_Graph-0.7.2.ebuild,v 1.3 2006/05/25 22:43:36 hansmi Exp $ inherit php-pear-r1 @@ -8,7 +8,7 @@ DESCRIPTION="A package for displaying (numerical) data as a graph/chart/plot." LICENSE="PHP" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="dev-php/PEAR-Image_Canvas dev-php/PEAR-Numbers_Roman |