diff options
author | 2004-04-27 20:52:02 +0000 | |
---|---|---|
committer | 2004-04-27 20:52:02 +0000 | |
commit | 6160f8838a9144902f33d52467b919cc39064986 (patch) | |
tree | 8672a9c3329b8969f9c1d85e141c406a6d096d7f /dev-libs/yaz/yaz-2.0.19.ebuild | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-6160f8838a9144902f33d52467b919cc39064986.tar.gz gentoo-2-6160f8838a9144902f33d52467b919cc39064986.tar.bz2 gentoo-2-6160f8838a9144902f33d52467b919cc39064986.zip |
Add inherit eutils
Diffstat (limited to 'dev-libs/yaz/yaz-2.0.19.ebuild')
-rw-r--r-- | dev-libs/yaz/yaz-2.0.19.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/yaz/yaz-2.0.19.ebuild b/dev-libs/yaz/yaz-2.0.19.ebuild index e61037727e18..da9fdb7ec22c 100644 --- a/dev-libs/yaz/yaz-2.0.19.ebuild +++ b/dev-libs/yaz/yaz-2.0.19.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-2.0.19.ebuild,v 1.1 2004/04/17 02:42:00 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-2.0.19.ebuild,v 1.2 2004/04/27 20:49:17 agriffis Exp $ + +inherit eutils DESCRIPTION="YAZ is a C/C++ programmer's toolkit supporting the development of Z39.50v3 clients and servers" HOMEPAGE="http://www.indexdata.dk/${PN}" |