diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-26 11:52:45 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-26 11:52:45 +0000 |
commit | 50d71cfa1ea11ad0f9dbeacdf60b7d9e82acc127 (patch) | |
tree | 26ee1ed173d61a6b8255802084a02ee70fbe6d3f /dev-libs/libhoard/libhoard-2.1.2d.ebuild | |
parent | Fix userdb compilation in cases where db1 is installed (most cases) (Manifest... (diff) | |
download | gentoo-2-50d71cfa1ea11ad0f9dbeacdf60b7d9e82acc127.tar.gz gentoo-2-50d71cfa1ea11ad0f9dbeacdf60b7d9e82acc127.tar.bz2 gentoo-2-50d71cfa1ea11ad0f9dbeacdf60b7d9e82acc127.zip |
fix SRC_URI; IUSE
Diffstat (limited to 'dev-libs/libhoard/libhoard-2.1.2d.ebuild')
-rw-r--r-- | dev-libs/libhoard/libhoard-2.1.2d.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/libhoard/libhoard-2.1.2d.ebuild b/dev-libs/libhoard/libhoard-2.1.2d.ebuild index 0d335c83d700..d5d2cae2e69b 100644 --- a/dev-libs/libhoard/libhoard-2.1.2d.ebuild +++ b/dev-libs/libhoard/libhoard-2.1.2d.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhoard/libhoard-2.1.2d.ebuild,v 1.3 2004/03/14 12:28:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhoard/libhoard-2.1.2d.ebuild,v 1.4 2004/03/26 11:52:45 mr_bones_ Exp $ inherit libtool @@ -11,6 +11,7 @@ SRC_URI="http://www.cs.umass.edu/%7Eemery/software/libhoard-2.1.2d.tar.gz" SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="~x86 ~sparc" +IUSE="" DEPEND="virtual/glibc" |