diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-03 15:02:45 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-03 15:02:45 +0000 |
commit | 672f447fd0cbe3b8014856b645e923a404ffce86 (patch) | |
tree | d02f5eb8eb04d5b9f4e6ebe90a52353dea885a66 /dev-util/piklab/piklab-0.15.7.ebuild | |
parent | Marking coq-8.3_p1 ppc for bug 355539 (diff) | |
download | gentoo-2-672f447fd0cbe3b8014856b645e923a404ffce86.tar.gz gentoo-2-672f447fd0cbe3b8014856b645e923a404ffce86.tar.bz2 gentoo-2-672f447fd0cbe3b8014856b645e923a404ffce86.zip |
Make it gcc46 resistant, #369887
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/piklab/piklab-0.15.7.ebuild')
-rw-r--r-- | dev-util/piklab/piklab-0.15.7.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/dev-util/piklab/piklab-0.15.7.ebuild b/dev-util/piklab/piklab-0.15.7.ebuild index c4fde02c6ae9..ad4599a6a92c 100644 --- a/dev-util/piklab/piklab-0.15.7.ebuild +++ b/dev-util/piklab/piklab-0.15.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/piklab/piklab-0.15.7.ebuild,v 1.3 2010/09/22 18:36:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/piklab/piklab-0.15.7.ebuild,v 1.4 2011/06/03 15:02:45 jlec Exp $ EAPI=2 inherit qt4-r2 -DESCRIPTION="command-line programmer and debugger for PIC and dsPIC microcontrollers" +DESCRIPTION="CLI programmer and debugger for PIC and dsPIC microcontrollers" HOMEPAGE="http://piklab.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" @@ -14,11 +14,12 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="x11-libs/qt-gui:4 +RDEPEND=" + x11-libs/qt-gui:4 x11-libs/qt-qt3support:4 - virtual/libusb:0 sys-libs/ncurses - sys-libs/readline" + sys-libs/readline + virtual/libusb:0" DEPEND="${RDEPEND}" MAKEOPTS="${MAKEOPTS} -j1" |