diff options
author | 2007-07-22 08:00:32 +0000 | |
---|---|---|
committer | 2007-07-22 08:00:32 +0000 | |
commit | 378f64adb5c89c2cc2a7472b93d4fcc12162a4b4 (patch) | |
tree | aedb3afef34d1178d52b8c580c9b536bcf3f486b /net-misc/sjphone | |
parent | Remove virtual/x11 dep. (diff) | |
download | gentoo-2-378f64adb5c89c2cc2a7472b93d4fcc12162a4b4.tar.gz gentoo-2-378f64adb5c89c2cc2a7472b93d4fcc12162a4b4.tar.bz2 gentoo-2-378f64adb5c89c2cc2a7472b93d4fcc12162a4b4.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'net-misc/sjphone')
-rw-r--r-- | net-misc/sjphone/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/sjphone/sjphone-1.60.2235.ebuild | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-misc/sjphone/ChangeLog b/net-misc/sjphone/ChangeLog index c77e726c5e4f..9e801f235098 100644 --- a/net-misc/sjphone/ChangeLog +++ b/net-misc/sjphone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/sjphone # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sjphone/ChangeLog,v 1.3 2007/02/22 02:47:26 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sjphone/ChangeLog,v 1.4 2007/07/22 08:00:32 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; + sjphone-1.60.2235.ebuild: + Drop virtual/x11 references. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/net-misc/sjphone/sjphone-1.60.2235.ebuild b/net-misc/sjphone/sjphone-1.60.2235.ebuild index 93104a33150c..0ab84853090a 100644 --- a/net-misc/sjphone/sjphone-1.60.2235.ebuild +++ b/net-misc/sjphone/sjphone-1.60.2235.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sjphone/sjphone-1.60.2235.ebuild,v 1.1 2006/05/20 14:15:26 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sjphone/sjphone-1.60.2235.ebuild,v 1.2 2007/07/22 08:00:32 dberkholz Exp $ inherit eutils @@ -14,13 +14,12 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -RDEPEND="|| ( ( x11-libs/libSM +RDEPEND="x11-libs/libSM x11-libs/libICE x11-libs/libXext x11-libs/libX11 x11-libs/libXau - x11-libs/libXdmcp ) - virtual/x11 )" + x11-libs/libXdmcp" S=${WORKDIR}/${MY_P} src_install() { |