diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-06-21 17:03:21 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-06-21 17:03:21 +0000 |
commit | 38915619c9e1c6c7beced5ce1ec8a64d34cc3cb6 (patch) | |
tree | 3d11a1d661e9aaf57a21312b1e1d460ee9b5bd8d /x11-misc/wmiface | |
parent | Whitespace. (diff) | |
download | gentoo-2-38915619c9e1c6c7beced5ce1ec8a64d34cc3cb6.tar.gz gentoo-2-38915619c9e1c6c7beced5ce1ec8a64d34cc3cb6.tar.bz2 gentoo-2-38915619c9e1c6c7beced5ce1ec8a64d34cc3cb6.zip |
Add missing dependency wrt bug #514144. Bump EAPI.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'x11-misc/wmiface')
-rw-r--r-- | x11-misc/wmiface/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/wmiface/wmiface-2.1.ebuild | 12 |
2 files changed, 12 insertions, 7 deletions
diff --git a/x11-misc/wmiface/ChangeLog b/x11-misc/wmiface/ChangeLog index 7d9ce6fd046c..d1dd68812945 100644 --- a/x11-misc/wmiface/ChangeLog +++ b/x11-misc/wmiface/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/wmiface -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/ChangeLog,v 1.4 2013/03/02 23:54:30 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/ChangeLog,v 1.5 2014/06/21 17:03:21 kensington Exp $ + + 21 Jun 2014; Michael Palimaka <kensington@gentoo.org> wmiface-2.1.ebuild: + Add missing dependency wrt bug #514144. Bump EAPI. 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> wmiface-2.1.ebuild: Move Qt dependencies to the new category diff --git a/x11-misc/wmiface/wmiface-2.1.ebuild b/x11-misc/wmiface/wmiface-2.1.ebuild index 364df98ecd51..375f9b63cfa0 100644 --- a/x11-misc/wmiface/wmiface-2.1.ebuild +++ b/x11-misc/wmiface/wmiface-2.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/wmiface-2.1.ebuild,v 1.4 2013/03/02 23:54:30 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/wmiface-2.1.ebuild,v 1.5 2014/06/21 17:03:21 kensington Exp $ -EAPI=4 +EAPI=5 inherit cmake-utils @@ -15,8 +15,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND=" +RDEPEND=" dev-qt/qtcore:4 x11-libs/libX11 " -RDEPEND="${DEPEND}" +DEPEND="${DEPEND} + dev-qt/qtgui:4 +" |