diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2007-04-09 23:12:30 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2007-04-09 23:12:30 +0000 |
commit | d3752eda1029c038c600723522fc518624d7dd37 (patch) | |
tree | e93d82e7d31481a042c4af47e3d3424e8273953e /media-libs/ploticus | |
parent | Fixed to use doenvd wrt bug #173884Fixed to use doenvd wrt bug #173884 (diff) | |
download | gentoo-2-d3752eda1029c038c600723522fc518624d7dd37.tar.gz gentoo-2-d3752eda1029c038c600723522fc518624d7dd37.tar.bz2 gentoo-2-d3752eda1029c038c600723522fc518624d7dd37.zip |
Marked ~amd64, closes bug 170435.
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-libs/ploticus')
-rw-r--r-- | media-libs/ploticus/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/ploticus/ploticus-2.33.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/ploticus/ChangeLog b/media-libs/ploticus/ChangeLog index 2b360676bf9e..9bd484b8c0f6 100644 --- a/media-libs/ploticus/ChangeLog +++ b/media-libs/ploticus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/ploticus # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ploticus/ChangeLog,v 1.9 2007/02/17 09:18:14 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ploticus/ChangeLog,v 1.10 2007/04/09 23:12:30 cryos Exp $ + + 09 Apr 2007; Marcus D. Hanwell <cryos@gentoo.org> ploticus-2.33.ebuild: + Marked ~amd64, closes bug 170435. 17 Feb 2007; Daniel Black <dragonheart@gentoo.org> ploticus-2.32.ebuild, ploticus-2.33.ebuild: diff --git a/media-libs/ploticus/ploticus-2.33.ebuild b/media-libs/ploticus/ploticus-2.33.ebuild index a5c22983272a..5dcdc0c6c2e2 100644 --- a/media-libs/ploticus/ploticus-2.33.ebuild +++ b/media-libs/ploticus/ploticus-2.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ploticus/ploticus-2.33.ebuild,v 1.2 2007/02/17 09:18:14 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ploticus/ploticus-2.33.ebuild,v 1.3 2007/04/09 23:12:30 cryos Exp $ inherit eutils toolchain-funcs @@ -12,7 +12,7 @@ HOMEPAGE="http://ploticus.sourceforge.net" SRC_URI="mirror://sourceforge/ploticus/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT=0 -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="gd flash nls cpulimit svg svgz truetype X" DEPEND="media-libs/libpng gd? ( >=media-libs/gd-1.84 media-libs/jpeg ) |