diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-08-05 22:12:38 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-08-05 22:12:38 +0000 |
commit | 22b47d9d7af1d7813a09a33788b3214f02a5778d (patch) | |
tree | 1a849116e78eaf99b1ff8339c6d152ec4d89f23f /dev-util/cvsgraph | |
parent | Stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-22b47d9d7af1d7813a09a33788b3214f02a5778d.tar.gz gentoo-2-22b47d9d7af1d7813a09a33788b3214f02a5778d.tar.bz2 gentoo-2-22b47d9d7af1d7813a09a33788b3214f02a5778d.zip |
Explicitly disable on 64-bit arches because there are assumptions in the app that pointer==integer
Diffstat (limited to 'dev-util/cvsgraph')
-rw-r--r-- | dev-util/cvsgraph/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/cvsgraph/cvsgraph-1.4.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/cvsgraph/ChangeLog b/dev-util/cvsgraph/ChangeLog index 92fe2d69825c..c465e0eb2169 100644 --- a/dev-util/cvsgraph/ChangeLog +++ b/dev-util/cvsgraph/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cvsgraph # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/ChangeLog,v 1.5 2004/06/25 02:26:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/ChangeLog,v 1.6 2004/08/05 22:12:38 agriffis Exp $ + + 05 Aug 2004; Aron Griffis <agriffis@gentoo.org> cvsgraph-1.4.0.ebuild: + Explicitly disable on 64-bit arches because there are assumptions in the app + that pointer==integer 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> cvsgraph-1.3.0.ebuild, cvsgraph-1.4.0.ebuild: diff --git a/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild b/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild index 370d000e4491..b493da17bf2e 100644 --- a/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild +++ b/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild,v 1.6 2004/07/14 23:02:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild,v 1.7 2004/08/05 22:12:38 agriffis 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" +KEYWORDS="~x86 ~ppc ~sparc -alpha -amd64 -ia64" IUSE="gif jpeg nls png truetype zlib" DEPEND="media-libs/gd |