diff options
author | 2004-03-02 16:59:23 +0000 | |
---|---|---|
committer | 2004-03-02 16:59:23 +0000 | |
commit | df2b172e602a59d3c9dbdc5cf069c50e56f37b70 (patch) | |
tree | fa0106f30063d8f436c8969ef0709f39e699caa2 /sys-libs/pwdb | |
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-libs/pwdb')
-rw-r--r-- | sys-libs/pwdb/pwdb-0.62.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/pwdb/pwdb-0.62.ebuild b/sys-libs/pwdb/pwdb-0.62.ebuild index be1f948c5b6d..4f938476cfa4 100644 --- a/sys-libs/pwdb/pwdb-0.62.ebuild +++ b/sys-libs/pwdb/pwdb-0.62.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-libs/pwdb/pwdb-0.62.ebuild,v 1.9 2004/02/27 19:30:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.62.ebuild,v 1.10 2004/03/02 16:58:48 iggy Exp $ inherit eutils flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz LICENSE="BSD | GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ppc sparc ~alpha ~mips hppa ~ia64 ppc64" +KEYWORDS="amd64 x86 ppc sparc ~alpha ~mips hppa ~ia64 ppc64 s390" DEPEND="virtual/glibc selinux? ( sys-libs/libselinux )" |