diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-10-24 04:51:18 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-10-24 04:51:18 +0000 |
commit | b849fe895454ae08611471ffd5e21cf1affb6283 (patch) | |
tree | ce4e87471afa2203d510c6a2a82dc6fa2e7e895f /x11-misc/transset | |
parent | Port to modular X. (diff) | |
download | gentoo-2-b849fe895454ae08611471ffd5e21cf1affb6283.tar.gz gentoo-2-b849fe895454ae08611471ffd5e21cf1affb6283.tar.bz2 gentoo-2-b849fe895454ae08611471ffd5e21cf1affb6283.zip |
Add xproto dep.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'x11-misc/transset')
-rw-r--r-- | x11-misc/transset/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/transset/transset-0.1_pre20040821.ebuild | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/x11-misc/transset/ChangeLog b/x11-misc/transset/ChangeLog index f379c610da87..b1122808f5e1 100644 --- a/x11-misc/transset/ChangeLog +++ b/x11-misc/transset/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/transset # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/transset/ChangeLog,v 1.7 2005/10/24 04:50:17 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/transset/ChangeLog,v 1.8 2005/10/24 04:51:18 spyderous Exp $ + + 24 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>; + transset-0.1_pre20040821.ebuild: + Add xproto dep. 24 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>; transset-0.1_pre20040821.ebuild: diff --git a/x11-misc/transset/transset-0.1_pre20040821.ebuild b/x11-misc/transset/transset-0.1_pre20040821.ebuild index c12af7996653..6d1f48f7bfd3 100644 --- a/x11-misc/transset/transset-0.1_pre20040821.ebuild +++ b/x11-misc/transset/transset-0.1_pre20040821.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/transset/transset-0.1_pre20040821.ebuild,v 1.6 2005/10/24 04:50:17 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/transset/transset-0.1_pre20040821.ebuild,v 1.7 2005/10/24 04:51:18 spyderous Exp $ IUSE="" @@ -15,7 +15,10 @@ KEYWORDS="~x86 ~ppc ~amd64" RDEPEND="!<=x11-base/xorg-x11-6.7.99.902" DEPEND="${RDEPEND} - || ( x11-libs/libX11 + || ( ( + x11-libs/libX11 + x11-proto/xproto + ) virtual/x11 )" src_compile() { |