diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-05-08 09:59:52 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-05-08 09:59:52 +0000 |
commit | 9c3cf2dc88b49a8e7bf0e5d3904f408a9cfd7017 (patch) | |
tree | a4e0521209fc8320d4daa3c9222d90e34aad9eaa /x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild | |
parent | Version bump (diff) | |
download | historical-9c3cf2dc88b49a8e7bf0e5d3904f408a9cfd7017.tar.gz historical-9c3cf2dc88b49a8e7bf0e5d3904f408a9cfd7017.tar.bz2 historical-9c3cf2dc88b49a8e7bf0e5d3904f408a9cfd7017.zip |
Remove redundant dependency on printproto.
Package-Manager: portage-2.1.5_rc7
Diffstat (limited to 'x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild')
-rw-r--r-- | x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild b/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild index 9b4e54c4218f..b45d5e124b4f 100644 --- a/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild +++ b/x11-libs/openmotif-compat/openmotif-compat-2.2.3.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-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild,v 1.3 2008/04/27 21:25:07 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild,v 1.4 2008/05/08 09:59:52 ulm Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="1.6" @@ -26,8 +26,7 @@ RDEPEND="!x11-libs/motif-config x11-libs/libXp" DEPEND="${RDEPEND} - x11-misc/xbitmaps - x11-proto/printproto" + x11-misc/xbitmaps" S=${WORKDIR}/${MY_P} |