diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-11-15 19:57:07 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-11-15 19:57:07 +0000 |
commit | 821c0285d39c37c8f415861a4c91b9cbcdc5e67d (patch) | |
tree | f42c1f5cbf666b9da13ffbf5463310674dcc2e66 | |
parent | Initial import. Ebuild by Paul Bredbury <brebs@sent.com> and ported to the n... (diff) | |
download | gentoo-2-821c0285d39c37c8f415861a4c91b9cbcdc5e67d.tar.gz gentoo-2-821c0285d39c37c8f415861a4c91b9cbcdc5e67d.tar.bz2 gentoo-2-821c0285d39c37c8f415861a4c91b9cbcdc5e67d.zip |
Add x11-libs/libXpm to RDEPEND, see bug #155210.
(Portage version: 2.1.2_rc1-r7)
-rw-r--r-- | x11-misc/root-portal/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/root-portal/root-portal-0.5.2.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-misc/root-portal/ChangeLog b/x11-misc/root-portal/ChangeLog index 5ba5c114870f..6c835355f8d4 100644 --- a/x11-misc/root-portal/ChangeLog +++ b/x11-misc/root-portal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/root-portal # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/ChangeLog,v 1.22 2006/09/21 11:57:58 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/ChangeLog,v 1.23 2006/11/15 19:57:07 nelchael Exp $ + + 15 Nov 2006; Krzysiek Pawlik <nelchael@gentoo.org> + root-portal-0.5.2.ebuild: + Add x11-libs/libXpm to RDEPEND, see bug #155210. 21 Sep 2006; Krzysiek Pawlik <nelchael@gentoo.org> +files/root-portal-0.5.2-gcc4.patch, root-portal-0.5.2.ebuild: diff --git a/x11-misc/root-portal/root-portal-0.5.2.ebuild b/x11-misc/root-portal/root-portal-0.5.2.ebuild index 8dc13658e82f..e22bdc6ecf52 100644 --- a/x11-misc/root-portal/root-portal-0.5.2.ebuild +++ b/x11-misc/root-portal/root-portal-0.5.2.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/root-portal/root-portal-0.5.2.ebuild,v 1.6 2006/09/21 11:57:58 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/root-portal-0.5.2.ebuild,v 1.7 2006/11/15 19:57:07 nelchael Exp $ inherit gnome2 debug @@ -19,6 +19,7 @@ RDEPEND=">=x11-libs/gtk+-2 >=gnome-base/orbit-2 >=gnome-base/libgnomeui-2 >=gnome-base/gnome-panel-2 + x11-libs/libXpm dev-libs/libxml" DEPEND="${RDEPEND} app-text/scrollkeeper |