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 | e7a6ff59fdbf212ae1ec97d0636036e813930b26 (patch) | |
tree | 0b39f9d78cc1ee328d1709c337ee29271880db6c | |
parent | Use MOZILLA_FIVE_HOME instead of hardcoded path for thunderbird/Thunderbird t... (diff) | |
download | historical-e7a6ff59fdbf212ae1ec97d0636036e813930b26.tar.gz historical-e7a6ff59fdbf212ae1ec97d0636036e813930b26.tar.bz2 historical-e7a6ff59fdbf212ae1ec97d0636036e813930b26.zip |
Explicitly disable on 64-bit arches because there are assumptions in the app that pointer==integer
-rw-r--r-- | dev-util/cvsgraph/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/cvsgraph/Manifest | 4 | ||||
-rw-r--r-- | dev-util/cvsgraph/cvsgraph-1.4.0.ebuild | 4 |
3 files changed, 9 insertions, 5 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/Manifest b/dev-util/cvsgraph/Manifest index 917d683cd8d9..8be421cf521f 100644 --- a/dev-util/cvsgraph/Manifest +++ b/dev-util/cvsgraph/Manifest @@ -1,5 +1,5 @@ MD5 7a4d1c2c7b4478eff07f6dc032bd7b9a cvsgraph-1.3.0.ebuild 961 -MD5 5034042f8b39092fa3b9826c3a533a7c cvsgraph-1.4.0.ebuild 961 -MD5 e4132b464d32b70d62c08fe0244277e5 ChangeLog 824 +MD5 5be2f660d4a4fdd7929a8886cfebc806 cvsgraph-1.4.0.ebuild 981 +MD5 cc8f18141f97129d0ed585c14d7259a9 ChangeLog 1001 MD5 48388df6aa6e24fe218206cc91e1a9dd files/digest-cvsgraph-1.3.0 65 MD5 1623ea5becc9e60c232612119c1cd425 files/digest-cvsgraph-1.4.0 65 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 |