diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 02:56:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 02:56:31 +0000 |
commit | a2ec563cd1e2a6b1fca5c21ff9bd6d27280a1473 (patch) | |
tree | d948750f055a660fd1f485225ff8a11ac6523310 /sys-apps/gradm | |
parent | sync IUSE (missing) (diff) | |
download | historical-a2ec563cd1e2a6b1fca5c21ff9bd6d27280a1473.tar.gz historical-a2ec563cd1e2a6b1fca5c21ff9bd6d27280a1473.tar.bz2 historical-a2ec563cd1e2a6b1fca5c21ff9bd6d27280a1473.zip |
glibc -> libc
Diffstat (limited to 'sys-apps/gradm')
-rw-r--r-- | sys-apps/gradm/gradm-1.9.14.ebuild | 10 | ||||
-rw-r--r-- | sys-apps/gradm/gradm-2.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/gradm/gradm-2.0.ebuild | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sys-apps/gradm/gradm-1.9.14.ebuild b/sys-apps/gradm/gradm-1.9.14.ebuild index 38376b3df367..c775043bba83 100644 --- a/sys-apps/gradm/gradm-1.9.14.ebuild +++ b/sys-apps/gradm/gradm-1.9.14.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/gradm-1.9.14.ebuild,v 1.3 2004/06/24 22:08:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/gradm-1.9.14.ebuild,v 1.4 2004/06/30 02:36:33 vapier Exp $ inherit gcc flag-o-matic eutils DESCRIPTION="Administrative interface for grsecurity ${PV} access control lists" -SRC_URI="http://www.grsecurity.net/${P}.tar.gz" HOMEPAGE="http://www.grsecurity.net/" +SRC_URI="http://www.grsecurity.net/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64 ~sparc ~ppc ~hppa" SLOT="0" - +KEYWORDS="~x86 ~sparc ~ppc ~hppa ~amd64" IUSE="" -DEPEND="virtual/glibc + +DEPEND="virtual/libc sys-devel/bison sys-devel/flex sys-apps/chpax" diff --git a/sys-apps/gradm/gradm-2.0-r1.ebuild b/sys-apps/gradm/gradm-2.0-r1.ebuild index d05bff9acfa7..d6b9a3cee1ea 100644 --- a/sys-apps/gradm/gradm-2.0-r1.ebuild +++ b/sys-apps/gradm/gradm-2.0-r1.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-apps/gradm/gradm-2.0-r1.ebuild,v 1.2 2004/06/24 22:08:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/gradm-2.0-r1.ebuild,v 1.3 2004/06/30 02:36:33 vapier Exp $ inherit flag-o-matic gcc @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~arm ~amd64" ; # ~alpha" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-devel/bison sys-devel/flex sys-apps/chpax" diff --git a/sys-apps/gradm/gradm-2.0.ebuild b/sys-apps/gradm/gradm-2.0.ebuild index d55342d28b37..10f4021a4832 100644 --- a/sys-apps/gradm/gradm-2.0.ebuild +++ b/sys-apps/gradm/gradm-2.0.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-apps/gradm/gradm-2.0.ebuild,v 1.5 2004/06/24 22:08:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/gradm-2.0.ebuild,v 1.6 2004/06/30 02:36:33 vapier Exp $ inherit flag-o-matic gcc @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~arm ~amd64" ; # ~alpha" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-devel/bison sys-devel/flex sys-apps/chpax" |