summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristopher Kersey <augustus@gentoo.org>2004-02-09 07:42:48 +0000
committerKristopher Kersey <augustus@gentoo.org>2004-02-09 07:42:48 +0000
commitdc3fb54b0069cb93fc5cc37af701865ecb7c554e (patch)
tree279b0635992d1ab4a71fc25f5f741fc2cc6f29e5
parentAdded ~amd64 to keywords and elibtoolize to src_compile. (Manifest recommit) (diff)
downloadgentoo-2-dc3fb54b0069cb93fc5cc37af701865ecb7c554e.tar.gz
gentoo-2-dc3fb54b0069cb93fc5cc37af701865ecb7c554e.tar.bz2
gentoo-2-dc3fb54b0069cb93fc5cc37af701865ecb7c554e.zip
Added ~amd64 to keywords.
-rw-r--r--media-gfx/gnuplot/ChangeLog5
-rw-r--r--media-gfx/gnuplot/gnuplot-3.8j.ebuild4
-rw-r--r--media-libs/libgd/ChangeLog5
-rw-r--r--media-libs/libgd/libgd-2.0.22.ebuild4
4 files changed, 12 insertions, 6 deletions
diff --git a/media-gfx/gnuplot/ChangeLog b/media-gfx/gnuplot/ChangeLog
index 5edc0666b07d..378fa4c3810f 100644
--- a/media-gfx/gnuplot/ChangeLog
+++ b/media-gfx/gnuplot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/gnuplot
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/ChangeLog,v 1.15 2004/02/09 00:17:54 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/ChangeLog,v 1.16 2004/02/09 07:42:48 augustus Exp $
+
+ 09 Feb 2004; <augustus@gentoo.org> gnuplot-3.8j.ebuild:
+ Added ~amd64 to keywords.
*gnuplot-3.8j (08 Feb 2004)
diff --git a/media-gfx/gnuplot/gnuplot-3.8j.ebuild b/media-gfx/gnuplot/gnuplot-3.8j.ebuild
index 24ab77b0c368..e80a1d525adb 100644
--- a/media-gfx/gnuplot/gnuplot-3.8j.ebuild
+++ b/media-gfx/gnuplot/gnuplot-3.8j.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-3.8j.ebuild,v 1.1 2004/02/09 00:17:54 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-3.8j.ebuild,v 1.2 2004/02/09 07:42:48 augustus Exp $
IUSE="X readline svga plotutils pdflib doc"
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnuplot.info"
SLOT="0"
LICENSE="gnuplot"
-KEYWORDS="x86 ~ppc ~alpha ~sparc"
+KEYWORDS="x86 ~ppc ~alpha ~sparc ~amd64"
# Old png driver seems to have problems; switching to gd instead
DEPEND=">=media-libs/libgd-2
diff --git a/media-libs/libgd/ChangeLog b/media-libs/libgd/ChangeLog
index 4d40fb9d8e46..c976e47db473 100644
--- a/media-libs/libgd/ChangeLog
+++ b/media-libs/libgd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libgd
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libgd/ChangeLog,v 1.39 2004/02/03 02:26:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgd/ChangeLog,v 1.40 2004/02/09 07:42:14 augustus Exp $
+
+ 09 Feb 2004; <augustus@gentoo.org> libgd-2.0.22.ebuild:
+ Added ~amd64 keyword.
*libgd-2.0.22 (02 Feb 2004)
diff --git a/media-libs/libgd/libgd-2.0.22.ebuild b/media-libs/libgd/libgd-2.0.22.ebuild
index 9042fd6fb0be..901bfdd09dc7 100644
--- a/media-libs/libgd/libgd-2.0.22.ebuild
+++ b/media-libs/libgd/libgd-2.0.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libgd/libgd-2.0.22.ebuild,v 1.1 2004/02/03 02:26:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgd/libgd-2.0.22.ebuild,v 1.2 2004/02/09 07:42:14 augustus Exp $
inherit eutils
@@ -13,7 +13,7 @@ SRC_URI="http://www.boutell.com/gd/http/${MY_P}.tar.gz
LICENSE="as-is | BSD"
SLOT="2"
-KEYWORDS="~x86 ~ppc ~sparc ~mips ~hppa ~arm ~alpha"
+KEYWORDS="~x86 ~ppc ~sparc ~mips ~hppa ~arm ~alpha ~amd64"
IUSE="jpeg png X truetype gif"
DEPEND="jpeg? ( >=media-libs/jpeg-6b )