diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-08-24 08:36:37 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-08-24 08:36:37 +0000 |
commit | 33ddd4b6b7b1caa08f86a0c171ce110a64e02253 (patch) | |
tree | 4e68832242955f91f7a31e813b754cb89b96cc2f /app-sci | |
parent | clean older ebuilds (diff) | |
download | historical-33ddd4b6b7b1caa08f86a0c171ce110a64e02253.tar.gz historical-33ddd4b6b7b1caa08f86a0c171ce110a64e02253.tar.bz2 historical-33ddd4b6b7b1caa08f86a0c171ce110a64e02253.zip |
Oops, ~amd64 was missing somehow.
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/labplot/Manifest | 2 | ||||
-rw-r--r-- | app-sci/labplot/labplot-1.3.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-sci/labplot/Manifest b/app-sci/labplot/Manifest index 20b28e11ed08..a776eba7f5bd 100644 --- a/app-sci/labplot/Manifest +++ b/app-sci/labplot/Manifest @@ -1,5 +1,5 @@ MD5 24b3def1e0170741812c20bfaaa01744 ChangeLog 1115 -MD5 597d4bfbe3c3055e5385a4aa58591b79 labplot-1.3.0.ebuild 1078 +MD5 1b576ede0fc061aa2c8146317ecbd1b8 labplot-1.3.0.ebuild 1085 MD5 201497e376059503f8b7afd504d41023 metadata.xml 179 MD5 b717f0448045aa171f74df43edcf4409 files/digest-labplot-1.3.0 66 MD5 56ca5a2584d30cb2ec78d04714df475a files/labplot-1.3.0-amd64.patch 855 diff --git a/app-sci/labplot/labplot-1.3.0.ebuild b/app-sci/labplot/labplot-1.3.0.ebuild index 146dfd39fcc6..57233f6698db 100644 --- a/app-sci/labplot/labplot-1.3.0.ebuild +++ b/app-sci/labplot/labplot-1.3.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/app-sci/labplot/labplot-1.3.0.ebuild,v 1.2 2004/08/20 21:57:07 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/labplot/labplot-1.3.0.ebuild,v 1.3 2004/08/24 08:36:37 kugelfang Exp $ inherit eutils gnuconfig kde @@ -11,7 +11,7 @@ HOMEPAGE="http://labplot.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MPN}-${PV}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" SLOT="0" IUSE="fftw imagemagick tiff" |