diff options
-rw-r--r-- | x11-misc/transset/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/transset/transset-0.1_pre20040821.ebuild | 9 |
2 files changed, 12 insertions, 5 deletions
diff --git a/x11-misc/transset/ChangeLog b/x11-misc/transset/ChangeLog index 86c7623c0ac6..f379c610da87 100644 --- a/x11-misc/transset/ChangeLog +++ b/x11-misc/transset/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/transset -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/transset/ChangeLog,v 1.6 2004/09/11 19:25:04 slarti Exp $ +# 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 $ + + 24 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>; + transset-0.1_pre20040821.ebuild: + Port to modular X. 11 Sep 2004; Tom Martin <slarti@gentoo.org> : Marked ~amd64. diff --git a/x11-misc/transset/transset-0.1_pre20040821.ebuild b/x11-misc/transset/transset-0.1_pre20040821.ebuild index dfcb57532620..c12af7996653 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-2004 Gentoo Foundation +# 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.5 2004/09/09 19:05:04 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/transset/transset-0.1_pre20040821.ebuild,v 1.6 2005/10/24 04:50:17 spyderous Exp $ IUSE="" @@ -13,7 +13,10 @@ SLOT="0" LICENSE="BSD" KEYWORDS="~x86 ~ppc ~amd64" -DEPEND=">=x11-base/xorg-x11-6.7.99.902" +RDEPEND="!<=x11-base/xorg-x11-6.7.99.902" +DEPEND="${RDEPEND} + || ( x11-libs/libX11 + virtual/x11 )" src_compile() { emake || die "emake failed" |