diff options
author | 2004-09-03 19:16:59 +0000 | |
---|---|---|
committer | 2004-09-03 19:16:59 +0000 | |
commit | 2d41b17f0c2e158217eb0c5cfdf3a725adf53a8a (patch) | |
tree | ffcd64b19cc4fe6bac2c119575718cf321c1a8b4 /sys-fs/submount | |
parent | ppc stable profile update (diff) | |
download | historical-2d41b17f0c2e158217eb0c5cfdf3a725adf53a8a.tar.gz historical-2d41b17f0c2e158217eb0c5cfdf3a725adf53a8a.tar.bz2 historical-2d41b17f0c2e158217eb0c5cfdf3a725adf53a8a.zip |
Keyword modification, see changelog for details
Diffstat (limited to 'sys-fs/submount')
-rw-r--r-- | sys-fs/submount/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/submount/submount-0.9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/submount/ChangeLog b/sys-fs/submount/ChangeLog index 4f9dcdeea3bd..6c91ba6bad08 100644 --- a/sys-fs/submount/ChangeLog +++ b/sys-fs/submount/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/submount # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/submount/ChangeLog,v 1.4 2004/09/02 08:45:56 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/submount/ChangeLog,v 1.5 2004/09/03 19:16:59 pvdabeel Exp $ + + 03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> + submount-0.9.ebuild: + Masked submount-0.9.ebuild stable for ppc 02 Sep 2004; Travis Tilley <lv@gentoo.org> submount-0.9.ebuild: added ~amd64 keyword diff --git a/sys-fs/submount/submount-0.9.ebuild b/sys-fs/submount/submount-0.9.ebuild index c36a408a36ba..df362dc2e02e 100644 --- a/sys-fs/submount/submount-0.9.ebuild +++ b/sys-fs/submount/submount-0.9.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/sys-fs/submount/submount-0.9.ebuild,v 1.6 2004/09/02 08:45:56 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/submount/submount-0.9.ebuild,v 1.7 2004/09/03 19:16:59 pvdabeel Exp $ inherit kmod @@ -15,7 +15,7 @@ DEPEND="virtual/linux-sources SLOT="${KV}" LICENSE="GPL-2" -KEYWORDS="x86 ~alpha ~ppc ~sparc ~amd64" +KEYWORDS="x86 ~alpha ppc ~sparc ~amd64" if [ "${KV_MINOR}" == "4" ] then |