diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-11 18:52:14 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-11 18:52:14 +0000 |
commit | 223bc25ba66b992558afa01b71707308b61e8868 (patch) | |
tree | 60ca19b8dd315549b222b74337b8b3fec0f5ae35 /app-sci | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-223bc25ba66b992558afa01b71707308b61e8868.tar.gz gentoo-2-223bc25ba66b992558afa01b71707308b61e8868.tar.bz2 gentoo-2-223bc25ba66b992558afa01b71707308b61e8868.zip |
Stable on alpha.
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/udunits/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/udunits/udunits-1.12.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/udunits/ChangeLog b/app-sci/udunits/ChangeLog index 52b5a5949d4d..68269cfbd64a 100644 --- a/app-sci/udunits/ChangeLog +++ b/app-sci/udunits/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/udunits # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/udunits/ChangeLog,v 1.12 2004/11/08 23:13:28 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/udunits/ChangeLog,v 1.13 2004/12/11 18:52:14 kloeri Exp $ + + 11 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> udunits-1.12.1.ebuild: + Stable on alpha. 08 Nov 2004; Steve Arnold <nerdboy@gentoo.org> udunits-1.12.1.ebuild: fixed perl test issues and added ~amd64 to keywords; all udunits libs and diff --git a/app-sci/udunits/udunits-1.12.1.ebuild b/app-sci/udunits/udunits-1.12.1.ebuild index 5cfceeb65a8f..79b530a6e761 100644 --- a/app-sci/udunits/udunits-1.12.1.ebuild +++ b/app-sci/udunits/udunits-1.12.1.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/udunits/udunits-1.12.1.ebuild,v 1.4 2004/11/08 23:13:28 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/udunits/udunits-1.12.1.ebuild,v 1.5 2004/12/11 18:52:14 kloeri Exp $ inherit eutils flag-o-matic @@ -14,7 +14,7 @@ SRC_URI="ftp://unidata.ucar.edu/pub/udunits/udunits-${PV}.tar.Z" SLOT="0" LICENSE="UCAR-Unidata" -KEYWORDS="x86 ~amd64 ~ppc ~sparc ~alpha ~mips ~hppa" +KEYWORDS="x86 ~amd64 ~ppc ~sparc alpha ~mips ~hppa" DEPEND="dev-lang/perl sys-apps/sed" |