diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-08-27 21:06:13 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-08-27 21:06:13 +0000 |
commit | e4133927fb674b6ac7d93741aad8cbe7465126be (patch) | |
tree | beeb04aa227a2efd7c0610c23caf1863c048962f /x11-misc | |
parent | Fix build with gcc 4.8, bug #463434 by Philipp (diff) | |
download | gentoo-2-e4133927fb674b6ac7d93741aad8cbe7465126be.tar.gz gentoo-2-e4133927fb674b6ac7d93741aad8cbe7465126be.tar.bz2 gentoo-2-e4133927fb674b6ac7d93741aad8cbe7465126be.zip |
Fix RDEPEND.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/evolvotron/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/evolvotron/evolvotron-0.6.2.ebuild | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-misc/evolvotron/ChangeLog b/x11-misc/evolvotron/ChangeLog index 62cf9bc33bbf..85f4261e9d0d 100644 --- a/x11-misc/evolvotron/ChangeLog +++ b/x11-misc/evolvotron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/evolvotron # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.27 2013/08/27 20:53:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.28 2013/08/27 21:06:13 jer Exp $ + + 27 Aug 2013; Jeroen Roovers <jer@gentoo.org> evolvotron-0.6.2.ebuild: + Fix RDEPEND. 27 Aug 2013; Jeroen Roovers <jer@gentoo.org> evolvotron-0.6.3.ebuild: Remove unneeded python build dependency. diff --git a/x11-misc/evolvotron/evolvotron-0.6.2.ebuild b/x11-misc/evolvotron/evolvotron-0.6.2.ebuild index c295c1c77c96..22612c9b9f30 100644 --- a/x11-misc/evolvotron/evolvotron-0.6.2.ebuild +++ b/x11-misc/evolvotron/evolvotron-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.2.ebuild,v 1.2 2013/03/02 23:47:56 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.2.ebuild,v 1.3 2013/08/27 21:06:13 jer Exp $ EAPI=4 PYTHON_DEPEND="2:2.6" @@ -15,9 +15,11 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="" -RDEPEND="dev-qt/qtgui:4" -DEPEND="${RDEPEND} - dev-libs/boost" +RDEPEND=" + dev-qt/qtgui:4 + dev-libs/boost +" +DEPEND="${RDEPEND}" S=${WORKDIR}/${PN} |