diff options
author | Travis Tilley <lv@gentoo.org> | 2004-09-02 08:45:56 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-09-02 08:45:56 +0000 |
commit | 0f477a020fab6a26d2a0ca393aefc5ea2c45228d (patch) | |
tree | 5c39594dababa2f2b65c5391b45cb8a68bf6d061 /sys-fs | |
parent | fix typo in javadoc filename, closes #62590 (diff) | |
download | historical-0f477a020fab6a26d2a0ca393aefc5ea2c45228d.tar.gz historical-0f477a020fab6a26d2a0ca393aefc5ea2c45228d.tar.bz2 historical-0f477a020fab6a26d2a0ca393aefc5ea2c45228d.zip |
~amd64
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/submount/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/submount/Manifest | 4 | ||||
-rw-r--r-- | sys-fs/submount/submount-0.9.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/submount/ChangeLog b/sys-fs/submount/ChangeLog index 734ac16f01ae..4f9dcdeea3bd 100644 --- a/sys-fs/submount/ChangeLog +++ b/sys-fs/submount/ChangeLog @@ -1,6 +1,9 @@ # 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.3 2004/06/24 22:53:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/submount/ChangeLog,v 1.4 2004/09/02 08:45:56 lv Exp $ + + 02 Sep 2004; Travis Tilley <lv@gentoo.org> submount-0.9.ebuild: + added ~amd64 keyword 28 Apr 2004; <coxj@gentoo.org> submount-0.9.ebuild: Fix 2.4 build diff --git a/sys-fs/submount/Manifest b/sys-fs/submount/Manifest index 733767c1836b..d74e692118ba 100644 --- a/sys-fs/submount/Manifest +++ b/sys-fs/submount/Manifest @@ -1,4 +1,4 @@ -MD5 14ec2dfa22ea7d9d6de27e460ccc3253 submount-0.9.ebuild 1318 -MD5 e4710be23dfead0878e006bfccb5010f ChangeLog 412 +MD5 14f9deb4ed48182146bfdcff2c8269db submount-0.9.ebuild 1319 +MD5 b2ef8aceeb163993cbe46ce13df87a43 ChangeLog 496 MD5 c3aedbfe00ee1a825a9d5760b4b4271e metadata.xml 316 MD5 f4303204067c19d5a000a8b0eac1213c files/digest-submount-0.9 63 diff --git a/sys-fs/submount/submount-0.9.ebuild b/sys-fs/submount/submount-0.9.ebuild index f1adc0b4d8e8..c36a408a36ba 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.5 2004/07/15 03:42:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/submount/submount-0.9.ebuild,v 1.6 2004/09/02 08:45:56 lv Exp $ inherit kmod @@ -15,7 +15,7 @@ DEPEND="virtual/linux-sources SLOT="${KV}" LICENSE="GPL-2" -KEYWORDS="x86 ~alpha ~ppc ~sparc" +KEYWORDS="x86 ~alpha ~ppc ~sparc ~amd64" if [ "${KV_MINOR}" == "4" ] then |