diff options
author | Matt Turner <mattst88@gmail.com> | 2008-05-04 18:53:39 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2008-05-04 18:53:39 +0000 |
commit | 4f0d9e47176171f78f766b852074089d7593bc2d (patch) | |
tree | 008571235743e9c0f43eba92ca22e5ba197caa76 /dev-libs/libcxml | |
parent | 8611b0c466fd6324476de48f32ef8060e9303dd5 (diff) |
more ebuild fixes
git-svn-id: svn://mattst88.com/svn/compaq-c-overlay@16 8c41e67f-757b-4206-be13-12d8f16ad5be
Diffstat (limited to 'dev-libs/libcxml')
-rw-r--r-- | dev-libs/libcxml/libcxml-5.2.0.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-libs/libcxml/libcxml-5.2.0.ebuild b/dev-libs/libcxml/libcxml-5.2.0.ebuild index dd62a4e..5e80a47 100644 --- a/dev-libs/libcxml/libcxml-5.2.0.ebuild +++ b/dev-libs/libcxml/libcxml-5.2.0.ebuild @@ -15,14 +15,11 @@ KEYWORDS="-* ~alpha" IUSE="ev6 doc" RESTRICT="fetch strip" -S="${WORKDIR}/usr" +S=${WORKDIR}/usr -DEPEND="virtual/libc - app-arch/rpm2targz - dev-libs/libots - dev-libs/libcpml" +DEPEND="app-arch/rpm2targz" RDEPEND="dev-libs/libots - dev-libs/libcpml" + dev-libs/libcpml" # non portage variable RELEASE="5.2.0-2" |