From e7937b8c31c4a6632fdff5d166709bd3149167ec Mon Sep 17 00:00:00 2001 From: Krzysztof Pawlik Date: Sat, 18 Mar 2006 16:57:27 +0000 Subject: Added missing rman to DEPEND, see bug #126634. Stable on x86. (Portage version: 2.1_pre6-r3) --- x11-misc/x2x/ChangeLog | 6 +++++- x11-misc/x2x/x2x-1.27-r1.ebuild | 9 ++++++--- x11-misc/x2x/x2x-1.27.ebuild | 7 +++++-- 3 files changed, 16 insertions(+), 6 deletions(-) (limited to 'x11-misc') diff --git a/x11-misc/x2x/ChangeLog b/x11-misc/x2x/ChangeLog index 20f7a87383af..e2061135fcce 100644 --- a/x11-misc/x2x/ChangeLog +++ b/x11-misc/x2x/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/x2x # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/ChangeLog,v 1.15 2006/01/21 14:01:31 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/ChangeLog,v 1.16 2006/03/18 16:57:27 nelchael Exp $ + + 18 Mar 2006; Krzysiek Pawlik x2x-1.27.ebuild, + x2x-1.27-r1.ebuild: + Added missing rman to DEPEND, see bug #126634. Stable on x86. 21 Jan 2006; Krzysiek Pawlik x2x-1.27.ebuild, x2x-1.27-r1.ebuild: diff --git a/x11-misc/x2x/x2x-1.27-r1.ebuild b/x11-misc/x2x/x2x-1.27-r1.ebuild index 9ea64d131fd0..3670c415d204 100644 --- a/x11-misc/x2x/x2x-1.27-r1.ebuild +++ b/x11-misc/x2x/x2x-1.27-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/x2x-1.27-r1.ebuild,v 1.5 2006/01/21 14:01:31 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/x2x-1.27-r1.ebuild,v 1.6 2006/03/18 16:57:27 nelchael Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://ftp.digital.com/pub/Digital/SRC/x2x/${P}.tar.gz mirror://gentoo/x2x_1.27-8-initvars.patch.gz mirror://gentoo/x2x-1.27-license.patch.gz" SLOT="0" -KEYWORDS="alpha ~amd64 ~mips ppc ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~mips ppc ~sparc x86" IUSE="" RDEPEND="|| ( ( @@ -21,7 +21,10 @@ RDEPEND="|| ( ( x11-libs/libXext ) virtual/x11 )" DEPEND="${RDEPEND} - || ( x11-proto/xproto virtual/x11 )" + || ( ( + app-text/rman + x11-proto/xproto ) + virtual/x11 )" src_unpack() { unpack ${A} diff --git a/x11-misc/x2x/x2x-1.27.ebuild b/x11-misc/x2x/x2x-1.27.ebuild index fed5d3504f32..50bdd3a5976f 100644 --- a/x11-misc/x2x/x2x-1.27.ebuild +++ b/x11-misc/x2x/x2x-1.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/x2x-1.27.ebuild,v 1.12 2006/01/21 14:01:31 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/x2x-1.27.ebuild,v 1.13 2006/03/18 16:57:27 nelchael Exp $ inherit eutils @@ -19,7 +19,10 @@ RDEPEND="|| ( ( x11-libs/libXext ) virtual/x11 )" DEPEND="${RDEPEND} - || ( x11-proto/xproto virtual/x11 )" + || ( ( + app-text/rman + x11-proto/xproto ) + virtual/x11 )" src_unpack() { unpack ${A} -- cgit v1.2.3-65-gdbad