diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 19:29:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 19:29:47 +0000 |
commit | b85c423301cbdcbded232321c039dc94b4f811d0 (patch) | |
tree | e5edd922ca589a14b3031de0271fb0ffd42eaf55 /app-admin/paxtest | |
parent | stable on amd64 (diff) | |
download | historical-b85c423301cbdcbded232321c039dc94b4f811d0.tar.gz historical-b85c423301cbdcbded232321c039dc94b4f811d0.tar.bz2 historical-b85c423301cbdcbded232321c039dc94b4f811d0.zip |
glibc ----------------------------> libc !
Diffstat (limited to 'app-admin/paxtest')
-rw-r--r-- | app-admin/paxtest/paxtest-0.9.5-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/paxtest/paxtest-0.9.5-r1.ebuild b/app-admin/paxtest/paxtest-0.9.5-r1.ebuild index f1c096aa2def..6cee39815eb2 100644 --- a/app-admin/paxtest/paxtest-0.9.5-r1.ebuild +++ b/app-admin/paxtest/paxtest-0.9.5-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/app-admin/paxtest/paxtest-0.9.5-r1.ebuild,v 1.6 2004/06/24 21:33:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.5-r1.ebuild,v 1.7 2004/06/25 19:28:26 vapier Exp $ inherit eutils @@ -9,7 +9,7 @@ RESTRICT="nostrip" FEATURES="-distcc" DESCRIPTION="PaX regression test suite" -HOMEPAGE="http://pageexec.virtualave.net" +HOMEPAGE="http://pageexec.virtualave.net/" SRC_URI="http://pageexec.virtualave.net/paxtest-${PV}.tar.gz" LICENSE="GPL-2" @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=sys-apps/chpax-0.5" src_unpack() { @@ -34,7 +34,7 @@ src_compile() { src_install() { emake DESTDIR=${D} BINDIR=/usr/bin RUNDIR=/usr/lib/paxtest install - for doc in Changelog LICENCE README ;do + for doc in Changelog README ;do [ -f "${doc}" ] && dodoc ${doc} done } |