diff options
author | 2006-01-21 10:48:11 +0000 | |
---|---|---|
committer | 2006-01-21 10:48:11 +0000 | |
commit | 10d175cd2eeb8664bac0e05a8f58acac59fee2fc (patch) | |
tree | be93c064fa262c8f53fc7937a1d3aa3af22e6150 /x11-misc/chgres | |
parent | stable on amd64 wrt bug 111968 (diff) | |
download | historical-10d175cd2eeb8664bac0e05a8f58acac59fee2fc.tar.gz historical-10d175cd2eeb8664bac0e05a8f58acac59fee2fc.tar.bz2 historical-10d175cd2eeb8664bac0e05a8f58acac59fee2fc.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/chgres')
-rw-r--r-- | x11-misc/chgres/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/chgres/Manifest | 6 | ||||
-rw-r--r-- | x11-misc/chgres/chgres-0.1.ebuild | 16 |
3 files changed, 21 insertions, 8 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/Manifest b/x11-misc/chgres/Manifest index 629fc60b5f48..5ad3e8388cb2 100644 --- a/x11-misc/chgres/Manifest +++ b/x11-misc/chgres/Manifest @@ -1,4 +1,4 @@ -MD5 84083d06bc931183f7ea4640bcdc3f51 ChangeLog 1067 -MD5 2e8066f63f024c572a9754695ff18aa0 chgres-0.1.ebuild 565 -MD5 ab7a5754c8fc6051eb104a7bc8095364 metadata.xml 453 +MD5 6388f461afa4377758b35f13a709b81f ChangeLog 1173 +MD5 092b92829da5664477f2001fdbd153c2 chgres-0.1.ebuild 762 MD5 4df6bb301e2c9022393f7cc0202727cf files/digest-chgres-0.1 60 +MD5 ab7a5754c8fc6051eb104a7bc8095364 metadata.xml 453 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 |