diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-03-02 16:59:23 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-03-02 16:59:23 +0000 |
commit | df2b172e602a59d3c9dbdc5cf069c50e56f37b70 (patch) | |
tree | fa0106f30063d8f436c8969ef0709f39e699caa2 /sys-fs/devfsd | |
parent | adding initial s390 support (diff) | |
download | gentoo-2-df2b172e602a59d3c9dbdc5cf069c50e56f37b70.tar.gz gentoo-2-df2b172e602a59d3c9dbdc5cf069c50e56f37b70.tar.bz2 gentoo-2-df2b172e602a59d3c9dbdc5cf069c50e56f37b70.zip |
adding initial s390 support
Diffstat (limited to 'sys-fs/devfsd')
-rw-r--r-- | sys-fs/devfsd/devfsd-1.3.25-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/devfsd/devfsd-1.3.25-r5.ebuild b/sys-fs/devfsd/devfsd-1.3.25-r5.ebuild index 9b229711a95b..0517c08cef16 100644 --- a/sys-fs/devfsd/devfsd-1.3.25-r5.ebuild +++ b/sys-fs/devfsd/devfsd-1.3.25-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r5.ebuild,v 1.7 2004/02/22 12:43:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r5.ebuild,v 1.8 2004/03/02 16:59:23 iggy Exp $ IUSE="" @@ -11,7 +11,7 @@ DESCRIPTION="Daemon for the Linux Device Filesystem" SRC_URI="ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/daemons/devfsd/devfsd-v${PV}.tar.gz" HOMEPAGE="http://www.atnf.csiro.au/~rgooch/linux/" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~mips ~hppa ia64 ppc64" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~mips ~hppa ia64 ppc64 s390" SLOT="0" LICENSE="GPL-2" |