diff options
Diffstat (limited to 'sci-libs/buddy/buddy-2.2.ebuild')
-rw-r--r-- | sci-libs/buddy/buddy-2.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/buddy/buddy-2.2.ebuild b/sci-libs/buddy/buddy-2.2.ebuild index 60f9e0c2edf7..b0e7c5eff6f9 100644 --- a/sci-libs/buddy/buddy-2.2.ebuild +++ b/sci-libs/buddy/buddy-2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/buddy-2.2.ebuild,v 1.2 2008/06/03 10:37:38 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/buddy-2.2.ebuild,v 1.3 2009/09/23 20:06:00 patrick Exp $ DESCRIPTION="BuDDY - A Binary Decision Diagram Package" HOMEPAGE="http://www.itu.dk/research/buddy/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" -DEPEND="virtual/libc" +DEPEND="" S=${WORKDIR}/buddy22 |