summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-04-14 14:31:51 +0000
committerMike Frysinger <vapier@gentoo.org>2007-04-14 14:31:51 +0000
commitc833f3cd3b06a5528bfafa230ae025f75d240c8c (patch)
tree509af02bcb736dec1f504f6634a450c2db8a952e /dev-libs/yaz
parentarm stable (diff)
downloadgentoo-2-c833f3cd3b06a5528bfafa230ae025f75d240c8c.tar.gz
gentoo-2-c833f3cd3b06a5528bfafa230ae025f75d240c8c.tar.bz2
gentoo-2-c833f3cd3b06a5528bfafa230ae025f75d240c8c.zip
arm stable
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-libs/yaz')
-rw-r--r--dev-libs/yaz/yaz-2.1.42.ebuild15
1 files changed, 8 insertions, 7 deletions
diff --git a/dev-libs/yaz/yaz-2.1.42.ebuild b/dev-libs/yaz/yaz-2.1.42.ebuild
index e86c9e5d37bc..54bdfe8c6d23 100644
--- a/dev-libs/yaz/yaz-2.1.42.ebuild
+++ b/dev-libs/yaz/yaz-2.1.42.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-2.1.42.ebuild,v 1.7 2007/04/11 19:07:19 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-2.1.42.ebuild,v 1.8 2007/04/14 14:31:51 vapier Exp $
inherit eutils
@@ -10,22 +10,23 @@ SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz"
LICENSE="YAZ"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
IUSE="tcpd"
RDEPEND="dev-libs/libxml2
dev-libs/openssl
tcpd? ( sys-apps/tcp-wrappers )"
DEPEND="${RDEPEND}
- app-text/docbook-xml-dtd
- app-text/docbook-dsssl-stylesheets
- app-text/docbook-xsl-stylesheets
- dev-util/pkgconfig
- sys-devel/autoconf"
+ app-text/docbook-xml-dtd
+ app-text/docbook-dsssl-stylesheets
+ app-text/docbook-xsl-stylesheets
+ dev-util/pkgconfig
+ sys-devel/autoconf"
src_unpack() {
unpack ${A}
cd ${S}
+ # XXX: this should really be converted to 'inherit autotools'
autoconf || die "autoconf failed"
}