From e5253576d1fea2adb6ac8a5a27392be340418467 Mon Sep 17 00:00:00 2001 From: Elfyn McBratney Date: Mon, 11 Dec 2006 07:36:38 +0000 Subject: Clean up; kill redundant DEPEND. Package-Manager: portage-2.1.1-r2 --- dev-util/pstack/ChangeLog | 7 +++++-- dev-util/pstack/pstack-1.1.ebuild | 7 ++++--- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'dev-util/pstack') diff --git a/dev-util/pstack/ChangeLog b/dev-util/pstack/ChangeLog index be78cc7ff6dd..d7d5645a1eb3 100644 --- a/dev-util/pstack/ChangeLog +++ b/dev-util/pstack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pstack -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/ChangeLog,v 1.3 2004/07/02 05:12:26 eradicator Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/ChangeLog,v 1.4 2006/12/11 07:36:38 beu Exp $ + + 11 Dec 2006; Elfyn McBratney pstack-1.1.ebuild: + Clean up; kill redundant DEPEND. 01 Jul 2004; Jeremy Huddleston pstack-1.1.ebuild: virtual/glibc -> virtual/libc diff --git a/dev-util/pstack/pstack-1.1.ebuild b/dev-util/pstack/pstack-1.1.ebuild index c7e3c6dfcd45..417abdfa4a69 100644 --- a/dev-util/pstack/pstack-1.1.ebuild +++ b/dev-util/pstack/pstack-1.1.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/pstack-1.1.ebuild,v 1.4 2004/07/02 05:12:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/pstack-1.1.ebuild,v 1.5 2006/12/11 07:36:38 beu Exp $ DESCRIPTION="Display stack trace of a running process." SRC_URI="http://www.whatsis.com/pstack/${PN}.tgz" HOMEPAGE="http://www.whatsis.com/pstack/" + SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 -ppc -sparc -alpha" IUSE="" -DEPEND="virtual/libc" + S=${WORKDIR}/${PN} src_compile() { -- cgit v1.2.3-65-gdbad