diff options
author | 2007-04-14 16:41:10 +0000 | |
---|---|---|
committer | 2007-04-14 16:41:10 +0000 | |
commit | 00af71365a5b3b4b8ded3f521b7ac74b31a62d4e (patch) | |
tree | 441f5a8de18fd55631fb1cf9462877d1645d7516 /app-doc/xorg-docs/xorg-docs-1.4.ebuild | |
parent | remove triplexinvaders until Tupone fixes the install (diff) | |
download | historical-00af71365a5b3b4b8ded3f521b7ac74b31a62d4e.tar.gz historical-00af71365a5b3b4b8ded3f521b7ac74b31a62d4e.tar.bz2 historical-00af71365a5b3b4b8ded3f521b7ac74b31a62d4e.zip |
Depend on the newest version of util-macros. Fixes bug #169687. Thanks to
NaiL for the report and testing.
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'app-doc/xorg-docs/xorg-docs-1.4.ebuild')
-rw-r--r-- | app-doc/xorg-docs/xorg-docs-1.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-doc/xorg-docs/xorg-docs-1.4.ebuild b/app-doc/xorg-docs/xorg-docs-1.4.ebuild index 7fda5ec97018..ba60d4ca3084 100644 --- a/app-doc/xorg-docs/xorg-docs-1.4.ebuild +++ b/app-doc/xorg-docs/xorg-docs-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/xorg-docs/xorg-docs-1.4.ebuild,v 1.1 2007/03/03 22:02:16 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/xorg-docs/xorg-docs-1.4.ebuild,v 1.2 2007/04/14 16:41:10 joshuabaergen Exp $ # Must be before x-modular eclass is inherited SNAPSHOT="yes" @@ -12,7 +12,8 @@ DESCRIPTION="X.Org docs" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" RDEPEND="" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + >=x11-misc/util-macros-1.1.5" # >=app-doc/xorg-sgml-doctools-1.2" IUSE="doc" |