diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-11-29 19:02:13 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-11-29 19:02:13 +0000 |
commit | a555306f42d66fd837104e501e40e39b87846e87 (patch) | |
tree | 8f455aaf9967d895a5bce4a8ca75a09afa6be531 /x11-misc/xinput | |
parent | Version bump (diff) | |
download | gentoo-2-a555306f42d66fd837104e501e40e39b87846e87.tar.gz gentoo-2-a555306f42d66fd837104e501e40e39b87846e87.tar.bz2 gentoo-2-a555306f42d66fd837104e501e40e39b87846e87.zip |
Add mising gccmakedep to dep thanks to Wilfried Holzke <gentoo@holzke.net> in bug 144415
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'x11-misc/xinput')
-rw-r--r-- | x11-misc/xinput/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xinput/xinput-1.2.ebuild | 21 |
2 files changed, 14 insertions, 13 deletions
diff --git a/x11-misc/xinput/ChangeLog b/x11-misc/xinput/ChangeLog index 8eb813ea10d6..3d0c022bc7c9 100644 --- a/x11-misc/xinput/ChangeLog +++ b/x11-misc/xinput/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xinput # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/ChangeLog,v 1.7 2006/03/23 22:16:15 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/ChangeLog,v 1.8 2006/11/29 19:02:13 genstef Exp $ + + 29 Nov 2006; Stefan Schweizer <genstef@gentoo.org> xinput-1.2.ebuild: + Add mising gccmakedep to dep thanks to Wilfried Holzke <gentoo@holzke.net> + in bug 144415 23 Mar 2006; Krzysiek Pawlik <nelchael@gentoo.org> xinput-1.2.ebuild: Added missing rman DEPEND, fixes bug #127360. diff --git a/x11-misc/xinput/xinput-1.2.ebuild b/x11-misc/xinput/xinput-1.2.ebuild index f53fc092ed84..a171d97ad29d 100644 --- a/x11-misc/xinput/xinput-1.2.ebuild +++ b/x11-misc/xinput/xinput-1.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/xinput-1.2.ebuild,v 1.7 2006/03/23 22:16:15 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/xinput-1.2.ebuild,v 1.8 2006/11/29 19:02:13 genstef Exp $ DESCRIPTION="An utility to set XInput device parameters" -HOMEPAGE="ftp://ftp.x.org/contrib/utilities/${PN}.README" +HOMEPAGE="ftp://ftp.x.org/contrib/utilities/xinput.README" SRC_URI="ftp://ftp.x.org/contrib/utilities/${P}.tar.gz" LICENSE="as-is" @@ -11,17 +11,14 @@ SLOT="0" KEYWORDS="x86 ppc ~amd64" IUSE="" -RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXi ) - virtual/x11 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXi" DEPEND="${RDEPEND} - || ( ( - x11-misc/imake - app-text/rman - x11-proto/inputproto ) - virtual/x11 )" + x11-misc/imake + app-text/rman + x11-proto/inputproto + x11-misc/gccmakedep" src_compile() { xmkmf -a || die |