diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-12-15 04:09:24 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-12-15 04:09:24 +0000 |
commit | c85174dcb42fa4bef82e6a8c97b72904b2fbb5b6 (patch) | |
tree | d5f21af3b906522117f323d39c652f32f71ab908 /x11-misc/read-edid/read-edid-1.4.2.ebuild | |
parent | Stable for HPPA (bug #250741). (diff) | |
download | gentoo-2-c85174dcb42fa4bef82e6a8c97b72904b2fbb5b6.tar.gz gentoo-2-c85174dcb42fa4bef82e6a8c97b72904b2fbb5b6.tar.bz2 gentoo-2-c85174dcb42fa4bef82e6a8c97b72904b2fbb5b6.zip |
Drop libx86 dep from 1.4.2, and make it a hard dep of 2.0.0, which means -* ~amd64 ~x86 keywords.
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-hh6 i686)
Diffstat (limited to 'x11-misc/read-edid/read-edid-1.4.2.ebuild')
-rw-r--r-- | x11-misc/read-edid/read-edid-1.4.2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-misc/read-edid/read-edid-1.4.2.ebuild b/x11-misc/read-edid/read-edid-1.4.2.ebuild index fc26ab8249c4..e2c90f01129f 100644 --- a/x11-misc/read-edid/read-edid-1.4.2.ebuild +++ b/x11-misc/read-edid/read-edid-1.4.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/read-edid-1.4.2.ebuild,v 1.2 2008/11/12 14:49:48 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/read-edid-1.4.2.ebuild,v 1.3 2008/12/15 04:09:24 yngwin Exp $ -DESCRIPTION="Program that can get information from a PnP monitor" +DESCRIPTION="Get EDID information from a PnP monitor" HOMEPAGE="http://www.polypux.org/projects/read-edid/" SRC_URI="http://www.polypux.org/projects/${PN}/${P}.tar.gz" @@ -10,8 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="" -DEPEND="amd64? ( >=dev-libs/libx86-1.1 ) - x86? ( >=dev-libs/libx86-1.1 )" +DEPEND="" RDEPEND="$DEPEND" src_compile() { |