diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-07-21 20:05:56 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-07-21 20:05:56 +0000 |
commit | a81a47211c24e02cf849b4cb1fc554f925ad7cf9 (patch) | |
tree | 39b117829f18e451294db0fdaed037a250777572 /sys-apps/linux-ntfs | |
parent | added -ppc to keywords (diff) | |
download | gentoo-2-a81a47211c24e02cf849b4cb1fc554f925ad7cf9.tar.gz gentoo-2-a81a47211c24e02cf849b4cb1fc554f925ad7cf9.tar.bz2 gentoo-2-a81a47211c24e02cf849b4cb1fc554f925ad7cf9.zip |
added -ppc -sparc -sparc64 to keywords
Diffstat (limited to 'sys-apps/linux-ntfs')
-rw-r--r-- | sys-apps/linux-ntfs/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/linux-ntfs/linux-ntfs-1.5.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/linux-ntfs/ChangeLog b/sys-apps/linux-ntfs/ChangeLog index bc1c1faf2dab..2c370006fbcc 100644 --- a/sys-apps/linux-ntfs/ChangeLog +++ b/sys-apps/linux-ntfs/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for sys-apps/linux-ntfs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/linux-ntfs/ChangeLog,v 1.2 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/linux-ntfs/ChangeLog,v 1.3 2002/07/21 20:05:56 gerk Exp $ *linux-ntfs-1.5.0-r1 (1 Feb 2002) + 21 Jul 2002; Mark Guertin <gerk@gentoo.org>: + updated keywords (-ppc -sparc -sparc64) - this is a binary pkg for x86 + 14 Jul 2002; phoen][x <phoenix@gentoo.org> linux-ntfs-1.5.0-r1.ebuild : Added LICENSE, KEYWORDS, SLOT. diff --git a/sys-apps/linux-ntfs/linux-ntfs-1.5.0-r1.ebuild b/sys-apps/linux-ntfs/linux-ntfs-1.5.0-r1.ebuild index da253e16c54e..34e591559398 100644 --- a/sys-apps/linux-ntfs/linux-ntfs-1.5.0-r1.ebuild +++ b/sys-apps/linux-ntfs/linux-ntfs-1.5.0-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/linux-ntfs/linux-ntfs-1.5.0-r1.ebuild,v 1.5 2002/07/14 19:20:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/linux-ntfs/linux-ntfs-1.5.0-r1.ebuild,v 1.6 2002/07/21 20:05:56 gerk Exp $ # NB: This project actually requires >=gcc.2.96! This ebuild installs an # rpm binary package into /opt. Eventually we'll compile it ourselves.. DESCRIPTION="Utilities and library for accessing NTFS filesystems" HOMEPAGE="http://linux-ntfs.sourceforge.net/" -KEYWORDS="x86" +KEYWORDS="x86 -ppc -sparc -sparc64" SLOT="0" LICENSE="GPL-2" |