diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:46:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:46:28 +0000 |
commit | 215ee572a0b55d9751bc29a9642596561ffc98c5 (patch) | |
tree | 2f999576a4fbdf35b11d42bf1d19d76466969024 /dev-libs/mpatrol | |
parent | Added KEYWORDS, removed old version. (diff) | |
download | historical-215ee572a0b55d9751bc29a9642596561ffc98c5.tar.gz historical-215ee572a0b55d9751bc29a9642596561ffc98c5.tar.bz2 historical-215ee572a0b55d9751bc29a9642596561ffc98c5.zip |
repoman'd
Diffstat (limited to 'dev-libs/mpatrol')
-rw-r--r-- | dev-libs/mpatrol/mpatrol-1.4.8.ebuild | 8 |
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 |