diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-03-18 16:57:27 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-03-18 16:57:27 +0000 |
commit | e7937b8c31c4a6632fdff5d166709bd3149167ec (patch) | |
tree | bd6530f411a8805c31fd7b835163a72626855825 /x11-misc/x2x/x2x-1.27.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-e7937b8c31c4a6632fdff5d166709bd3149167ec.tar.gz gentoo-2-e7937b8c31c4a6632fdff5d166709bd3149167ec.tar.bz2 gentoo-2-e7937b8c31c4a6632fdff5d166709bd3149167ec.zip |
Added missing rman to DEPEND, see bug #126634. Stable on x86.
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'x11-misc/x2x/x2x-1.27.ebuild')
-rw-r--r-- | x11-misc/x2x/x2x-1.27.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
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} |