summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-05 08:20:53 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-05 08:20:53 +0000
commit138ecf55e311875642ea26036832f9bd8b74b02c (patch)
tree70f315ceef53a8765b24f98b36e682c64cb9ecb3 /x11-libs/xforms/xforms-1.0.90-r1.ebuild
parentfix repoman warnings (diff)
downloadhistorical-138ecf55e311875642ea26036832f9bd8b74b02c.tar.gz
historical-138ecf55e311875642ea26036832f9bd8b74b02c.tar.bz2
historical-138ecf55e311875642ea26036832f9bd8b74b02c.zip
Repoman warnings
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/xforms/xforms-1.0.90-r1.ebuild')
-rw-r--r--x11-libs/xforms/xforms-1.0.90-r1.ebuild12
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
}