diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-07-22 09:06:19 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-07-22 09:06:19 +0000 |
commit | 830aa71695d8876382f4d0a814144c38b0a6d4f9 (patch) | |
tree | a91884f74d84481620acb0e010879cc670a11ae1 /app-i18n/canna/canna-3.7_p3.ebuild | |
parent | Drop virtual/x11 references. (diff) | |
download | historical-830aa71695d8876382f4d0a814144c38b0a6d4f9.tar.gz historical-830aa71695d8876382f4d0a814144c38b0a6d4f9.tar.bz2 historical-830aa71695d8876382f4d0a814144c38b0a6d4f9.zip |
Drop virtual/x11 dependency.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'app-i18n/canna/canna-3.7_p3.ebuild')
-rw-r--r-- | app-i18n/canna/canna-3.7_p3.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/app-i18n/canna/canna-3.7_p3.ebuild b/app-i18n/canna/canna-3.7_p3.ebuild index aa5eea065c31..e0ac4970844e 100644 --- a/app-i18n/canna/canna-3.7_p3.ebuild +++ b/app-i18n/canna/canna-3.7_p3.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-i18n/canna/canna-3.7_p3.ebuild,v 1.3 2007/04/22 09:58:25 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7_p3.ebuild,v 1.4 2007/07/22 09:06:19 calchan Exp $ inherit cannadic eutils multilib @@ -17,11 +17,8 @@ IUSE="doc" DEPEND="virtual/libc >=sys-apps/sed-4 - || ( ( x11-misc/gccmakedep - x11-misc/imake - ) - virtual/x11 - ) + x11-misc/gccmakedep + x11-misc/imake doc? ( app-text/ptex )" RDEPEND="virtual/libc" |