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 | |
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')
-rw-r--r-- | x11-misc/read-edid/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/read-edid/read-edid-1.4.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/read-edid/read-edid-1.4.2.ebuild | 7 | ||||
-rw-r--r-- | x11-misc/read-edid/read-edid-2.0.0.ebuild | 7 |
4 files changed, 14 insertions, 11 deletions
diff --git a/x11-misc/read-edid/ChangeLog b/x11-misc/read-edid/ChangeLog index e566230d1697..afd9da5b638d 100644 --- a/x11-misc/read-edid/ChangeLog +++ b/x11-misc/read-edid/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/read-edid # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v 1.16 2008/11/12 14:49:48 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v 1.17 2008/12/15 04:09:24 yngwin Exp $ + + 15 Dec 2008; Ben de Groot <yngwin@gentoo.org> read-edid-1.4.1-r1.ebuild, + read-edid-1.4.2.ebuild, read-edid-2.0.0.ebuild: + Drop libx86 dep from 1.4.2, and make it a hard dep of 2.0.0, which means + -* ~amd64 ~x86 keywords. 12 Nov 2008; Ben de Groot <yngwin@gentoo.org> read-edid-1.4.2.ebuild, read-edid-2.0.0.ebuild: diff --git a/x11-misc/read-edid/read-edid-1.4.1-r1.ebuild b/x11-misc/read-edid/read-edid-1.4.1-r1.ebuild index 4f1a735f613e..80ce63bae00c 100644 --- a/x11-misc/read-edid/read-edid-1.4.1-r1.ebuild +++ b/x11-misc/read-edid/read-edid-1.4.1-r1.ebuild @@ -1,10 +1,10 @@ # 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.1-r1.ebuild,v 1.9 2008/05/18 18:53:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/read-edid-1.4.1-r1.ebuild,v 1.10 2008/12/15 04:09:24 yngwin Exp $ inherit autotools eutils -DESCRIPTION="program that can get information from a pnp monitor." +DESCRIPTION="Get EDID information from a pnp monitor" HOMEPAGE="http://john.fremlin.de/programs/linux/read-edid/index.html" SRC_URI="http://john.fremlin.de/programs/linux/read-edid/${P}.tar.gz" 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() { diff --git a/x11-misc/read-edid/read-edid-2.0.0.ebuild b/x11-misc/read-edid/read-edid-2.0.0.ebuild index 1969b311847d..a7212603074e 100644 --- a/x11-misc/read-edid/read-edid-2.0.0.ebuild +++ b/x11-misc/read-edid/read-edid-2.0.0.ebuild @@ -1,6 +1,6 @@ # 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-2.0.0.ebuild,v 1.2 2008/11/12 14:49:48 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/read-edid-2.0.0.ebuild,v 1.3 2008/12/15 04:09:24 yngwin Exp $ DESCRIPTION="Program that can get information from a PnP monitor" HOMEPAGE="http://www.polypux.org/projects/read-edid/" @@ -8,10 +8,9 @@ SRC_URI="http://www.polypux.org/projects/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="-* ~amd64 ~x86" IUSE="" -DEPEND="amd64? ( >=dev-libs/libx86-1.1 ) - x86? ( >=dev-libs/libx86-1.1 )" +DEPEND=">=dev-libs/libx86-1.1" RDEPEND="$DEPEND" src_compile() { |