diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-07-22 10:20:20 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-07-22 10:20:20 +0000 |
commit | 49215e62e1f1cc4f745d8f606878bb98a956ed43 (patch) | |
tree | 35f38086e87ecca9d2ee83df911092c7733c2aee /app-text | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-49215e62e1f1cc4f745d8f606878bb98a956ed43.tar.gz gentoo-2-49215e62e1f1cc4f745d8f606878bb98a956ed43.tar.bz2 gentoo-2-49215e62e1f1cc4f745d8f606878bb98a956ed43.zip |
Drop virtual/x11 dependency.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/yudit/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/yudit/yudit-2.8.1.ebuild | 6 | ||||
-rw-r--r-- | app-text/yudit/yudit-2.8.1_beta7.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-text/yudit/ChangeLog b/app-text/yudit/ChangeLog index 838085f16ebf..110252cfd293 100644 --- a/app-text/yudit/ChangeLog +++ b/app-text/yudit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/yudit # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.21 2007/01/06 01:09:53 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.22 2007/07/22 10:20:20 calchan Exp $ + + 22 Jul 2007; Denis Dupeyron <calchan@gentoo.org> yudit-2.8.1_beta7.ebuild, + yudit-2.8.1.ebuild: + Drop virtual/x11 dependency. 06 Jan 2007; Danny van Dyk <kugelfang@gentoo.org> -yudit-2.7.6.ebuild, -yudit-2.7.8.ebuild: diff --git a/app-text/yudit/yudit-2.8.1.ebuild b/app-text/yudit/yudit-2.8.1.ebuild index 3217b1cb09ee..9f8a1003eac7 100644 --- a/app-text/yudit/yudit-2.8.1.ebuild +++ b/app-text/yudit/yudit-2.8.1.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-text/yudit/yudit-2.8.1.ebuild,v 1.1 2006/12/17 14:10:20 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/yudit-2.8.1.ebuild,v 1.2 2007/07/22 10:20:20 calchan Exp $ inherit eutils @@ -13,7 +13,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~sparc ~x86" IUSE="" -DEPEND="|| ( x11-libs/libX11 virtual/x11 ) +DEPEND="x11-libs/libX11 >=sys-devel/gettext-0.10" src_unpack() { diff --git a/app-text/yudit/yudit-2.8.1_beta7.ebuild b/app-text/yudit/yudit-2.8.1_beta7.ebuild index 5abdd0b4e9fe..912979b2abd7 100644 --- a/app-text/yudit/yudit-2.8.1_beta7.ebuild +++ b/app-text/yudit/yudit-2.8.1_beta7.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-text/yudit/yudit-2.8.1_beta7.ebuild,v 1.3 2006/11/07 21:55:12 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/yudit-2.8.1_beta7.ebuild,v 1.4 2007/07/22 10:20:20 calchan Exp $ inherit versionator @@ -16,7 +16,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 sparc x86" IUSE="" -DEPEND="|| ( x11-libs/libX11 virtual/x11 ) +DEPEND="x11-libs/libX11 >=sys-devel/gettext-0.10" src_compile() { |