diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 08:04:09 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 08:04:09 +0000 |
commit | 8959f05bf4dbd02abcc0cc81d0e8e1d6e4bc677e (patch) | |
tree | cc0c128afe64d688ecb59afba518adc025a7fa98 /x11-libs/xforms | |
parent | set explicit RDEPEND (diff) | |
download | gentoo-2-8959f05bf4dbd02abcc0cc81d0e8e1d6e4bc677e.tar.gz gentoo-2-8959f05bf4dbd02abcc0cc81d0e8e1d6e4bc677e.tar.bz2 gentoo-2-8959f05bf4dbd02abcc0cc81d0e8e1d6e4bc677e.zip |
Repoman warnings
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/xforms')
-rw-r--r-- | x11-libs/xforms/xforms-1.0.90-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-libs/xforms/xforms-1.0.90-r1.ebuild b/x11-libs/xforms/xforms-1.0.90-r1.ebuild index 69c74c015913..fb0c0d25b4bf 100644 --- a/x11-libs/xforms/xforms-1.0.90-r1.ebuild +++ b/x11-libs/xforms/xforms-1.0.90-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xforms/xforms-1.0.90-r1.ebuild,v 1.14 2008/07/05 10:20:07 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xforms/xforms-1.0.90-r1.ebuild,v 1.15 2009/05/05 08:04:09 ssuominen Exp $ inherit autotools @@ -13,13 +13,13 @@ SLOT="0" KEYWORDS="amd64 arm ppc ppc64 sh sparc x86" IUSE="opengl" -DEPEND=" - x11-libs/libICE +RDEPEND="x11-libs/libICE x11-libs/libXpm x11-libs/libSM x11-proto/xproto opengl? ( virtual/opengl ) media-libs/jpeg" +DEPEND="${RDEPEND}" src_unpack() { unpack ${A} @@ -27,7 +27,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-as-needed.patch epatch "${FILESDIR}"/${P}-Makefile.am.patch - rm ${S}/config/libtool.m4 ${S}/acinclude.m4 + rm "${S}"/config/libtool.m4 "${S}"/acinclude.m4 AT_M4DIR=config eautoreconf } @@ -41,5 +41,5 @@ src_compile () { src_install () { make DESTDIR="${D}" install || die - dodoc ChangeLog INSTALL NEWS README + dodoc ChangeLog NEWS README } |