summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-28 16:01:58 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-28 16:01:58 +0000
commitfa377487e4350574b3d413b7bc37b621905cb663 (patch)
tree039404b76f123c6195b28ba1dbf66ac7b8e2d167 /sys-apps/chpax/chpax-0.5.ebuild
parentadded missing uclibc to IUSE (Manifest recommit) (diff)
downloadgentoo-2-fa377487e4350574b3d413b7bc37b621905cb663.tar.gz
gentoo-2-fa377487e4350574b3d413b7bc37b621905cb663.tar.bz2
gentoo-2-fa377487e4350574b3d413b7bc37b621905cb663.zip
change glibc to libc
Diffstat (limited to 'sys-apps/chpax/chpax-0.5.ebuild')
-rw-r--r--sys-apps/chpax/chpax-0.5.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/sys-apps/chpax/chpax-0.5.ebuild b/sys-apps/chpax/chpax-0.5.ebuild
index 09d29b3a34a3..79853dc39fcc 100644
--- a/sys-apps/chpax/chpax-0.5.ebuild
+++ b/sys-apps/chpax/chpax-0.5.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.5.ebuild,v 1.8 2004/06/25 03:08:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.5.ebuild,v 1.9 2004/06/28 16:01:35 vapier Exp $
# S=${WORKDIR}/chpax
-
DESCRIPTION="Manages various PaX related flags for ELF32, ELF64, and a.out binaries."
+HOMEPAGE="http://pageexec.virtualave.net/"
SRC_URI="http://pageexec.virtualave.net/chpax-${PV}.tar.gz"
-HOMEPAGE="http://pageexec.virtualave.net"
-KEYWORDS="x86 ~amd64 sparc ppc ~hppa ia64"
+
LICENSE="public-domain"
SLOT="0"
-
+KEYWORDS="x86 ppc sparc ~hppa ~amd64 ia64"
IUSE=""
-DEPEND="virtual/glibc"
+
+DEPEND="virtual/libc"
src_unpack() {
unpack ${A}
@@ -37,5 +37,4 @@ src_install() {
newins ${FILESDIR}/pax-conf.d chpax
exeinto /etc/init.d
newexe ${FILESDIR}/pax-init.d chpax
-
}