diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-12-09 07:35:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-12-09 07:35:31 +0000 |
commit | 8e9fa4f31b1159a85c10732015d1f203dea9acfd (patch) | |
tree | ffa35d82bfda32c1b1ea038c91333a40976c175e /app-arch/xar | |
parent | Version bump #190132 by Andrey Falko. (diff) | |
download | gentoo-2-8e9fa4f31b1159a85c10732015d1f203dea9acfd.tar.gz gentoo-2-8e9fa4f31b1159a85c10732015d1f203dea9acfd.tar.bz2 gentoo-2-8e9fa4f31b1159a85c10732015d1f203dea9acfd.zip |
cleanup
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'app-arch/xar')
-rw-r--r-- | app-arch/xar/xar-1.5.1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-arch/xar/xar-1.5.1.ebuild b/app-arch/xar/xar-1.5.1.ebuild index 71f0cd098674..88d68e6dd373 100644 --- a/app-arch/xar/xar-1.5.1.ebuild +++ b/app-arch/xar/xar-1.5.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/xar/xar-1.5.1.ebuild,v 1.1 2007/06/12 17:15:25 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/xar/xar-1.5.1.ebuild,v 1.2 2007/12/09 07:35:31 vapier Exp $ -DESCRIPTION="The XAR project aims to provide an easily extensible archive format." +DESCRIPTION="an easily extensible archive format" HOMEPAGE="http://code.google.com/p/xar" SRC_URI="http://xar.googlecode.com/files/${P}.tar.gz" @@ -11,9 +11,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -RDEPEND="virtual/libc" -DEPEND="${RDEPEND} - dev-libs/openssl +# this also has optional acl/bzip2 linkage ... +DEPEND="dev-libs/openssl dev-libs/libxml2 sys-libs/zlib" |