diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-04-14 19:56:42 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-04-14 19:56:42 +0000 |
commit | 1e9987eead6528ce432f060cdffdb33af5645f2a (patch) | |
tree | f012e2c8baf775f60ef333077c434723536ba2fb | |
parent | Unmasked (diff) | |
download | historical-1e9987eead6528ce432f060cdffdb33af5645f2a.tar.gz historical-1e9987eead6528ce432f060cdffdb33af5645f2a.tar.bz2 historical-1e9987eead6528ce432f060cdffdb33af5645f2a.zip |
stable on alpha
-rw-r--r-- | net-libs/liblockfile/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/liblockfile/liblockfile-1.03.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/liblockfile/ChangeLog b/net-libs/liblockfile/ChangeLog index f68cb85ca991..190f07643974 100644 --- a/net-libs/liblockfile/ChangeLog +++ b/net-libs/liblockfile/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for net-libs/liblockfile # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.5 2003/02/12 08:06:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.6 2003/04/14 19:56:42 agriffis Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords *liblockfile-1.03 (1 Feb 2002) + 14 Apr 2003; Aron Griffis <agriffis@gentoo.org> liblockfile-1.03.ebuild: + Mark stable on alpha + 28 Sep 2002; Owen Stampflee <owen@gentoo.org> : Added PPC to KEYWORDS. diff --git a/net-libs/liblockfile/liblockfile-1.03.ebuild b/net-libs/liblockfile/liblockfile-1.03.ebuild index ad25fc9c2bee..7b432adf602d 100644 --- a/net-libs/liblockfile/liblockfile-1.03.ebuild +++ b/net-libs/liblockfile/liblockfile-1.03.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/net-libs/liblockfile/liblockfile-1.03.ebuild,v 1.11 2003/02/13 14:19:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.03.ebuild,v 1.12 2003/04/14 19:56:42 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="Implements functions designed to lock the standard mailboxes." @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="x86 ppc sparc " +KEYWORDS="x86 ppc sparc alpha" src_compile() { |