diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-03-09 20:40:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-03-09 20:40:19 +0000 |
commit | b1f1317d8d7214c5f0b4942cde4eefb68bb38ade (patch) | |
tree | 4d2f03b280fa62577fa9a43a88d26ec376b29d40 /dev-libs/libcpml | |
parent | stable on alpha (diff) | |
download | historical-b1f1317d8d7214c5f0b4942cde4eefb68bb38ade.tar.gz historical-b1f1317d8d7214c5f0b4942cde4eefb68bb38ade.tar.bz2 historical-b1f1317d8d7214c5f0b4942cde4eefb68bb38ade.zip |
stable on alpha
Diffstat (limited to 'dev-libs/libcpml')
-rw-r--r-- | dev-libs/libcpml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libcpml/libcpml-5.2.01-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libcpml/ChangeLog b/dev-libs/libcpml/ChangeLog index 6cae3d8d07bb..1d31ad5ce3e7 100644 --- a/dev-libs/libcpml/ChangeLog +++ b/dev-libs/libcpml/ChangeLog @@ -1,12 +1,15 @@ # ChangeLog for dev-libs/libcpml # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/ChangeLog,v 1.5 2003/02/12 06:04:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/ChangeLog,v 1.6 2003/03/09 20:40:19 agriffis Exp $ 31 Dec 2002; Aron Griffis <agriffis@gentoo.org> libcpml-5.2.01-r1.ebuild: Fix typo in src_unpack *libcpml-5.2.01-r1 (31 Dec 2002) + 09 Mar 2003; Aron Griffis <agriffis@gentoo.org> libcpml-5.2.01-r1.ebuild: + Mark stable on alpha + 31 Dec 2002; Aron Griffis <agriffis@gentoo.org> libcpml-5.2.01-r1.ebuild: Use ev6 flag to determine which math library to use. KEYWORDS=~alpha for the moment until it's known safe. diff --git a/dev-libs/libcpml/libcpml-5.2.01-r1.ebuild b/dev-libs/libcpml/libcpml-5.2.01-r1.ebuild index e0bb4a07c25e..e8ae4a12ae10 100644 --- a/dev-libs/libcpml/libcpml-5.2.01-r1.ebuild +++ b/dev-libs/libcpml/libcpml-5.2.01-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/libcpml-5.2.01-r1.ebuild,v 1.3 2003/02/13 10:40:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/libcpml-5.2.01-r1.ebuild,v 1.4 2003/03/09 20:40:19 agriffis Exp $ S=${WORKDIR}/usr SRC_URI="" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc RDEPEND="$DEPEND" LICENSE="compaq-sdla" SLOT="5.2.01" -KEYWORDS="-x86 -ppc -sparc ~alpha" +KEYWORDS="-x86 -ppc -sparc alpha" IUSE="ev6" src_unpack() { |