diff options
author | 2009-12-29 18:24:57 +0000 | |
---|---|---|
committer | 2009-12-29 18:24:57 +0000 | |
commit | f6c15028515f7203ee3fbf21ccc98e59db511bb0 (patch) | |
tree | b08e7f1e6653b09048c76e92302d8ea0e27288f2 /net-im | |
parent | Spurious typo fix in ChangeLog to regenerate Manifest signature (diff) | |
download | gentoo-2-f6c15028515f7203ee3fbf21ccc98e59db511bb0.tar.gz gentoo-2-f6c15028515f7203ee3fbf21ccc98e59db511bb0.tar.bz2 gentoo-2-f6c15028515f7203ee3fbf21ccc98e59db511bb0.zip |
Missing X11 deps wrt #205490.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/openc6/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/openc6/openc6-0.9.9.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/net-im/openc6/ChangeLog b/net-im/openc6/ChangeLog index 8670d81ba457..95de9e657c04 100644 --- a/net-im/openc6/ChangeLog +++ b/net-im/openc6/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/openc6 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/openc6/ChangeLog,v 1.15 2009/11/06 21:45:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/openc6/ChangeLog,v 1.16 2009/12/29 18:24:57 ssuominen Exp $ + + 29 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> openc6-0.9.9.ebuild: + Missing X11 deps wrt #205490. 06 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> openc6-0.9.9.ebuild: Port from kde-functions.eclass to qt3.eclass and remove USE kde. diff --git a/net-im/openc6/openc6-0.9.9.ebuild b/net-im/openc6/openc6-0.9.9.ebuild index ae0dc02870b2..a920d601b9da 100644 --- a/net-im/openc6/openc6-0.9.9.ebuild +++ b/net-im/openc6/openc6-0.9.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/openc6/openc6-0.9.9.ebuild,v 1.2 2009/11/06 21:45:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/openc6/openc6-0.9.9.ebuild,v 1.3 2009/12/29 18:24:57 ssuominen Exp $ EAPI=2 inherit qt3 @@ -14,7 +14,11 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="x11-libs/qt:3" +RDEPEND="x11-libs/qt:3 + x11-libs/libX11 + x11-libs/libXScrnSaver" +DEPEND="${RDEPEND} + x11-libs/libXt" src_install() { emake DESTDIR="${D}" install || die |