summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-01 18:46:28 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-01 18:46:28 +0000
commit914ff821d2c9171d59d78c830c93b4b465321ff8 (patch)
tree267b40e68e7cb52dc549ccb98698daa3b5271ad4 /dev-libs/mpatrol
parentAdded KEYWORDS, removed old version. (diff)
downloadgentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.tar.gz
gentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.tar.bz2
gentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.zip
repoman'd
Diffstat (limited to 'dev-libs/mpatrol')
-rw-r--r--dev-libs/mpatrol/mpatrol-1.4.8.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-libs/mpatrol/mpatrol-1.4.8.ebuild b/dev-libs/mpatrol/mpatrol-1.4.8.ebuild
index 3d517fa2fde7..798888390dad 100644
--- a/dev-libs/mpatrol/mpatrol-1.4.8.ebuild
+++ b/dev-libs/mpatrol/mpatrol-1.4.8.ebuild
@@ -1,17 +1,19 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpatrol/mpatrol-1.4.8.ebuild,v 1.1 2002/06/04 23:30:51 karltk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpatrol/mpatrol-1.4.8.ebuild,v 1.2 2002/08/01 18:46:28 seemant Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="A link library for controlling and tracing dynamic memory allocation. Attempts to diagnose run-time errors that are caused by misuse of dynamically allocated memory. Simple integration via a single header."
SRC_URI="http://www.cbmamiga.demon.co.uk/mpatrol/files/${PN}_${PV}.tar.gz"
HOMEPAGE="http://www.cbmamiga.demon.co.uk/mpatrol/index.html"
-LICENSE="GPL"
+
SLOT="0"
+LICENSE="GPL"
+KEYWORDS="x86"
+
# To use X, mpatrol requires Motif
DEPEND="virtual/glibc
x? ( openmotif )"
-RDEPEND="$DEPEND"
src_compile() {
cd $S/build/unix