diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-12 19:10:48 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-12 19:10:48 +0000 |
commit | 36998369f3c815817c014f473bd19584b1a032de (patch) | |
tree | 03c6f3cf84b5391ba1949b01a220fc1b4f12647d /app-sci/udunits | |
parent | Stable x86. (Manifest recommit) (diff) | |
download | gentoo-2-36998369f3c815817c014f473bd19584b1a032de.tar.gz gentoo-2-36998369f3c815817c014f473bd19584b1a032de.tar.bz2 gentoo-2-36998369f3c815817c014f473bd19584b1a032de.zip |
Stable on alpha.
Diffstat (limited to 'app-sci/udunits')
-rw-r--r-- | app-sci/udunits/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/udunits/udunits-1.12.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/udunits/ChangeLog b/app-sci/udunits/ChangeLog index 4476a92f8fdb..61c71cb18262 100644 --- a/app-sci/udunits/ChangeLog +++ b/app-sci/udunits/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/udunits # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/udunits/ChangeLog,v 1.7 2004/05/08 22:22:39 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/udunits/ChangeLog,v 1.8 2004/05/12 19:10:48 kloeri Exp $ + + 12 May 2004; Bryan Østergaard <kloeri@gentoo.org> udunits-1.12.0.ebuild: + Stable on alpha. 08 May 2004; Steve Arnold <nerdboy@gentoo.org> udunits-1.12.0.ebuild: back-ported fix for build error (fortran interface still incomplete) diff --git a/app-sci/udunits/udunits-1.12.0.ebuild b/app-sci/udunits/udunits-1.12.0.ebuild index 78cd8c919f6f..6fceaab50548 100644 --- a/app-sci/udunits/udunits-1.12.0.ebuild +++ b/app-sci/udunits/udunits-1.12.0.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/app-sci/udunits/udunits-1.12.0.ebuild,v 1.6 2004/05/08 22:22:39 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/udunits/udunits-1.12.0.ebuild,v 1.7 2004/05/12 19:10:48 kloeri Exp $ inherit eutils @@ -20,7 +20,7 @@ SRC_URI="ftp://unidata.ucar.edu/pub/udunits/udunits-${PV}.tar.Z" SLOT="0" LICENSE="UCAR-Unidata" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" +KEYWORDS="x86 ~ppc ~sparc alpha ~mips ~hppa" DEPEND="dev-lang/perl" |