diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-09-27 13:00:32 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-09-27 13:00:32 +0000 |
commit | 3620a6e385c7d177e706e9cd480534c3826755e0 (patch) | |
tree | 58b59c4bc94c587c98140636db753ae3a601217f /dev-util/cvsgraph | |
parent | Added ~amd64 keyword. Closes bug #107280. (diff) | |
download | gentoo-2-3620a6e385c7d177e706e9cd480534c3826755e0.tar.gz gentoo-2-3620a6e385c7d177e706e9cd480534c3826755e0.tar.bz2 gentoo-2-3620a6e385c7d177e706e9cd480534c3826755e0.zip |
Added ~amd64 keywords. Closes bug #107288.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-util/cvsgraph')
-rw-r--r-- | dev-util/cvsgraph/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cvsgraph/cvsgraph-1.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cvsgraph/ChangeLog b/dev-util/cvsgraph/ChangeLog index 64fb2dbdf31b..25678cce7323 100644 --- a/dev-util/cvsgraph/ChangeLog +++ b/dev-util/cvsgraph/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cvsgraph # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/ChangeLog,v 1.9 2005/06/15 11:56:09 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/ChangeLog,v 1.10 2005/09/27 13:00:32 metalgod Exp $ + + 27 Sep 2005; Luis Medinas <metalgod@gentoo.org> cvsgraph-1.5.2.ebuild: + Added ~amd64 keywords. Closes bug #107288. *cvsgraph-1.5.2 (15 Jun 2005) diff --git a/dev-util/cvsgraph/cvsgraph-1.5.2.ebuild b/dev-util/cvsgraph/cvsgraph-1.5.2.ebuild index 1aec37d90d2f..7c0b1636bae3 100644 --- a/dev-util/cvsgraph/cvsgraph-1.5.2.ebuild +++ b/dev-util/cvsgraph/cvsgraph-1.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/cvsgraph-1.5.2.ebuild,v 1.1 2005/06/15 11:56:09 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/cvsgraph-1.5.2.ebuild,v 1.2 2005/09/27 13:00:32 metalgod Exp $ DESCRIPTION="CVS/RCS repository grapher" HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph" @@ -8,7 +8,7 @@ SRC_URI="http://www.akhphd.au.dk/~bertho/cvsgraph/release/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc -alpha -amd64 -ia64" +KEYWORDS="-alpha ~amd64 -ia64 ~ppc ~sparc ~x86" IUSE="gif jpeg nls png truetype zlib" DEPEND="media-libs/gd |