diff options
author | David Shakaryan <omp@gentoo.org> | 2006-10-23 05:03:22 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2006-10-23 05:03:22 +0000 |
commit | 4889a2eeffcd279b21effc969f46b038fd7412f8 (patch) | |
tree | d0e2880ff20bc79c70e8641376eaeb2059a907af /x11-misc/wininfo/wininfo-0.7.ebuild | |
parent | Version bump, remove old patches (diff) | |
download | gentoo-2-4889a2eeffcd279b21effc969f46b038fd7412f8.tar.gz gentoo-2-4889a2eeffcd279b21effc969f46b038fd7412f8.tar.bz2 gentoo-2-4889a2eeffcd279b21effc969f46b038fd7412f8.zip |
RDEPEND should not have dev-util/pkgconfig.
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'x11-misc/wininfo/wininfo-0.7.ebuild')
-rw-r--r-- | x11-misc/wininfo/wininfo-0.7.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-misc/wininfo/wininfo-0.7.ebuild b/x11-misc/wininfo/wininfo-0.7.ebuild index d420dca84c93..826f9f865613 100644 --- a/x11-misc/wininfo/wininfo-0.7.ebuild +++ b/x11-misc/wininfo/wininfo-0.7.ebuild @@ -1,21 +1,21 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.10 2006/10/11 12:04:26 nelchael Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.11 2006/10/23 05:03:22 omp Exp $ DESCRIPTION="An X app that follows your pointer providing information about the windows below" HOMEPAGE="http://freedesktop.org/Software/wininfo" SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.gz" + LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc x86" +IUSE="" -DEPEND=">=x11-libs/gtk+-2 +RDEPEND=">=x11-libs/gtk+-2" +DEPEND="${RDEPEND} dev-util/pkgconfig" src_install() { - emake DESTDIR=${D} install - + emake DESTDIR="${D}" install || die "emake install failed" dodoc ABOUT-NLS AUTHORS NEWS README } |