diff options
author | Owen Stampflee <owen@gentoo.org> | 2002-09-07 16:58:16 +0000 |
---|---|---|
committer | Owen Stampflee <owen@gentoo.org> | 2002-09-07 16:58:16 +0000 |
commit | 86891e7e7b9d417c2fd9764bdac7660c9e5cf9a7 (patch) | |
tree | 0e3768d58cc8531026e301694bf0ff6142084d28 /media-libs/plotutils | |
parent | sandbox fix (diff) | |
download | gentoo-2-86891e7e7b9d417c2fd9764bdac7660c9e5cf9a7.tar.gz gentoo-2-86891e7e7b9d417c2fd9764bdac7660c9e5cf9a7.tar.bz2 gentoo-2-86891e7e7b9d417c2fd9764bdac7660c9e5cf9a7.zip |
added ppc to keywords
Diffstat (limited to 'media-libs/plotutils')
-rw-r--r-- | media-libs/plotutils/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/plotutils/plotutils-2.4.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/plotutils/ChangeLog b/media-libs/plotutils/ChangeLog index 41dc651d0f64..cbabbed3db31 100644 --- a/media-libs/plotutils/ChangeLog +++ b/media-libs/plotutils/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for <CATEGORY>/<PACKAGE_NAME> # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/ChangeLog,v 1.3 2002/06/16 17:56:29 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/ChangeLog,v 1.4 2002/09/07 16:58:16 owen Exp $ *plotutils-2.4.1-r2 (16 Jun 2002) + 7 Sep 2002; Owen Stampflee <owen@gentoo.org> : + Added PPC to KEYWORDS. + 16 Jun 2002; Brandon Low <lostlogic@gentoo.org> plotutils-2.4.1-r2.ebuild : gcc-3.1 compile fix thanks to Johannes <guj@hrz.tu-chemnitz.de> diff --git a/media-libs/plotutils/plotutils-2.4.1-r2.ebuild b/media-libs/plotutils/plotutils-2.4.1-r2.ebuild index fcdd5e4f2530..38cd1bfe3fc8 100644 --- a/media-libs/plotutils/plotutils-2.4.1-r2.ebuild +++ b/media-libs/plotutils/plotutils-2.4.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.4.1-r2.ebuild,v 1.6 2002/08/14 13:08:10 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.4.1-r2.ebuild,v 1.7 2002/09/07 16:58:16 owen Exp $ #The plotutils package contains extra X fonts. These fonts are not installed #in the current ebuild. The commented out ebuild lines below are for future @@ -16,7 +16,7 @@ HOMEPAGE="http://www.gnu.org/software/plotutils/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64" DEPEND="media-libs/libpng X? ( virtual/x11 )" |