diff options
author | Owen Stampflee <owen@gentoo.org> | 2002-09-28 18:55:26 +0000 |
---|---|---|
committer | Owen Stampflee <owen@gentoo.org> | 2002-09-28 18:55:26 +0000 |
commit | 294e5fabf0c29532366dfb3306b4e71daa396d37 (patch) | |
tree | f947316d4338a91d3c4d315459bff359b200d1d7 /net-libs | |
parent | fix $S per the recent kde-dist.eclass change (diff) | |
download | historical-294e5fabf0c29532366dfb3306b4e71daa396d37.tar.gz historical-294e5fabf0c29532366dfb3306b4e71daa396d37.tar.bz2 historical-294e5fabf0c29532366dfb3306b4e71daa396d37.zip |
added keywords
Diffstat (limited to 'net-libs')
-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 356920c1aad6..8009c35d05df 100644 --- a/net-libs/liblockfile/ChangeLog +++ b/net-libs/liblockfile/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-libs/liblockfile # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.1 2002/02/01 21:53:34 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.2 2002/09/28 18:55:26 owen Exp $ *liblockfile-1.03 (1 Feb 2002) + 28 Sep 2002; Owen Stampflee <owen@gentoo.org> : + Added PPC to KEYWORDS. + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/net-libs/liblockfile/liblockfile-1.03.ebuild b/net-libs/liblockfile/liblockfile-1.03.ebuild index 79593538d115..e8d636911cc1 100644 --- a/net-libs/liblockfile/liblockfile-1.03.ebuild +++ b/net-libs/liblockfile/liblockfile-1.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.03.ebuild,v 1.7 2002/08/16 02:57:06 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.03.ebuild,v 1.8 2002/09/28 18:55:26 owen 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 sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64" src_compile() { |