summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/read-edid/ChangeLog6
-rw-r--r--x11-misc/read-edid/read-edid-1.4.2.ebuild4
-rw-r--r--x11-misc/read-edid/read-edid-2.0.0.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/read-edid/ChangeLog b/x11-misc/read-edid/ChangeLog
index 74a7dc8d7357..e566230d1697 100644
--- a/x11-misc/read-edid/ChangeLog
+++ b/x11-misc/read-edid/ChangeLog
@@ -1,6 +1,10 @@
# 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.15 2008/11/11 15:10:02 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v 1.16 2008/11/12 14:49:48 yngwin Exp $
+
+ 12 Nov 2008; Ben de Groot <yngwin@gentoo.org> read-edid-1.4.2.ebuild,
+ read-edid-2.0.0.ebuild:
+ Fixing RDEPEND, bug 246488
*read-edid-2.0.0 (11 Nov 2008)
*read-edid-1.4.2 (11 Nov 2008)
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 2c0162a5cc72..fc26ab8249c4 100644
--- a/x11-misc/read-edid/read-edid-1.4.2.ebuild
+++ b/x11-misc/read-edid/read-edid-1.4.2.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-1.4.2.ebuild,v 1.1 2008/11/11 15:10:02 yngwin Exp $
+# $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 $
DESCRIPTION="Program that can get information from a PnP monitor"
HOMEPAGE="http://www.polypux.org/projects/read-edid/"
@@ -12,7 +12,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND="amd64? ( >=dev-libs/libx86-1.1 )
x86? ( >=dev-libs/libx86-1.1 )"
-RDEPEND=""
+RDEPEND="$DEPEND"
src_compile() {
econf --mandir=/usr/share/man || die "configure failed"
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 39d34bae11f2..1969b311847d 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.1 2008/11/11 15:10:02 yngwin Exp $
+# $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 $
DESCRIPTION="Program that can get information from a PnP monitor"
HOMEPAGE="http://www.polypux.org/projects/read-edid/"
@@ -12,7 +12,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND="amd64? ( >=dev-libs/libx86-1.1 )
x86? ( >=dev-libs/libx86-1.1 )"
-RDEPEND=""
+RDEPEND="$DEPEND"
src_compile() {
econf --mandir=/usr/share/man || die "configure failed"