diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 10:48:11 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 10:48:11 +0000 |
commit | f0eb123670ad70f2c4a6c608131d71f6621f5fba (patch) | |
tree | 6302d04ba45a7a9acfd6a15ee649489cc19bae33 /x11-misc/chgres | |
parent | stable on amd64 wrt bug 111968 (diff) | |
download | gentoo-2-f0eb123670ad70f2c4a6c608131d71f6621f5fba.tar.gz gentoo-2-f0eb123670ad70f2c4a6c608131d71f6621f5fba.tar.bz2 gentoo-2-f0eb123670ad70f2c4a6c608131d71f6621f5fba.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/chgres')
-rw-r--r-- | x11-misc/chgres/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/chgres/chgres-0.1.ebuild | 16 |
2 files changed, 18 insertions, 5 deletions
diff --git a/x11-misc/chgres/ChangeLog b/x11-misc/chgres/ChangeLog index 0de82c0297fe..0a9d9aa0a870 100644 --- a/x11-misc/chgres/ChangeLog +++ b/x11-misc/chgres/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/chgres -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/chgres/ChangeLog,v 1.8 2005/07/26 13:55:14 dholm Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/chgres/ChangeLog,v 1.9 2006/01/21 10:48:11 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> chgres-0.1.ebuild: + Fixed DEPEND for modular X. 26 Jul 2005; David Holm <dholm@gentoo.org> chgres-0.1.ebuild: Added to ~ppc. diff --git a/x11-misc/chgres/chgres-0.1.ebuild b/x11-misc/chgres/chgres-0.1.ebuild index 45f0ed15c8fa..d15cb209dd2a 100644 --- a/x11-misc/chgres/chgres-0.1.ebuild +++ b/x11-misc/chgres/chgres-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/chgres/chgres-0.1.ebuild,v 1.7 2005/07/26 13:55:14 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/chgres/chgres-0.1.ebuild,v 1.8 2006/01/21 10:48:11 nelchael Exp $ IUSE="" DESCRIPTION="A very simple command line utility for changing X resolutions" @@ -11,7 +11,17 @@ KEYWORDS="~ppc x86" SRC_URI="http://hpwww.ec-lyon.fr/~vincent/${P}.tar.gz" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXxf86dga + x11-libs/libXext + x11-libs/libXxf86vm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xf86vidmodeproto + x11-proto/xf86dgaproto ) + virtual/x11 )" src_compile() { emake || die |