diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-10-02 18:29:34 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-10-02 18:29:34 +0000 |
commit | 54ea500098c316d8c87af69015d0da24edcf5131 (patch) | |
tree | 9ea94e75f0e4b5eb04a8af7261e477e3f86f8a7a /sys-apps/modutils | |
parent | add ~amd64 flag (diff) | |
download | gentoo-2-54ea500098c316d8c87af69015d0da24edcf5131.tar.gz gentoo-2-54ea500098c316d8c87af69015d0da24edcf5131.tar.bz2 gentoo-2-54ea500098c316d8c87af69015d0da24edcf5131.zip |
ia64 keywords
Diffstat (limited to 'sys-apps/modutils')
-rw-r--r-- | sys-apps/modutils/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/modutils/modutils-2.4.25.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/modutils/Manifest b/sys-apps/modutils/Manifest index e54aed34bfae..4fc324976140 100644 --- a/sys-apps/modutils/Manifest +++ b/sys-apps/modutils/Manifest @@ -6,7 +6,7 @@ MD5 759c27455fab35ff3d1e14a0aa412c5b modutils-2.4.20.ebuild 1044 MD5 e6836492263f91b7bbd1ef3a228681e8 modutils-2.4.22.ebuild 1381 MD5 df7d440cbfdd4dbb63486b8a2e8d6355 modutils-2.4.23.ebuild 1394 MD5 8aecad8c011d53493c84ddf5427e0a33 modutils-2.4.24.ebuild 1334 -MD5 3955bae75275251b4998d809e9fd2a41 modutils-2.4.25.ebuild 1630 +MD5 8e5e2b224f6cf7e8c3f3267b6cbf46b5 modutils-2.4.25.ebuild 1632 MD5 15611447c25c4be74563a4808c96aa9e files/alias.h.diff 255 MD5 2a538675787b2c0d36e17a54b7205ada files/digest-modutils-2.4.16-r2 68 MD5 2a538675787b2c0d36e17a54b7205ada files/digest-modutils-2.4.16-r3 68 diff --git a/sys-apps/modutils/modutils-2.4.25.ebuild b/sys-apps/modutils/modutils-2.4.25.ebuild index 533761482c9f..7c000dbe3373 100644 --- a/sys-apps/modutils/modutils-2.4.25.ebuild +++ b/sys-apps/modutils/modutils-2.4.25.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.25.ebuild,v 1.14 2003/09/25 22:50:02 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.25.ebuild,v 1.15 2003/10/02 18:29:33 avenj Exp $ inherit flag-o-matic DESCRIPTION="Standard kernel module utilities" SRC_URI="mirror://kernel/linux/utils/kernel/${PN}/v2.4/${P}.tar.bz2" HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/modutils/" -KEYWORDS="x86 amd64 ppc sparc alpha hppa ~arm mips" +KEYWORDS="x86 amd64 ppc sparc alpha hppa ~arm mips ia64" SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc" |