diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-07-22 09:43:52 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-07-22 09:43:52 +0000 |
commit | 99c0f316b1948056f425dcee4e063d9cdffbc3e6 (patch) | |
tree | b3fee3c04aad02c0c280f526ddfce8f0e4892b1b /app-i18n/unicon/unicon-3.0.4-r2.ebuild | |
parent | Also update wording of warning (diff) | |
download | gentoo-2-99c0f316b1948056f425dcee4e063d9cdffbc3e6.tar.gz gentoo-2-99c0f316b1948056f425dcee4e063d9cdffbc3e6.tar.bz2 gentoo-2-99c0f316b1948056f425dcee4e063d9cdffbc3e6.zip |
Drop virtual/x11 dependency.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-i18n/unicon/unicon-3.0.4-r2.ebuild')
-rw-r--r-- | app-i18n/unicon/unicon-3.0.4-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/unicon/unicon-3.0.4-r2.ebuild b/app-i18n/unicon/unicon-3.0.4-r2.ebuild index 04cd212c6b64..25496e2e44ba 100644 --- a/app-i18n/unicon/unicon-3.0.4-r2.ebuild +++ b/app-i18n/unicon/unicon-3.0.4-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicon/unicon-3.0.4-r2.ebuild,v 1.2 2006/02/13 02:48:54 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicon/unicon-3.0.4-r2.ebuild,v 1.3 2007/07/22 09:43:52 calchan Exp $ inherit eutils @@ -21,10 +21,10 @@ IUSE="" RDEPEND="virtual/linux-sources dev-libs/newt dev-libs/pth - || ( x11-libs/libX11 virtual/x11 )" + x11-libs/libX11" DEPEND="${RDEPEND} - || ( x11-proto/xproto virtual/x11 )" + x11-proto/xproto" S=${WORKDIR}/${P}.orig |