diff options
author | 2005-12-13 22:01:07 +0000 | |
---|---|---|
committer | 2005-12-13 22:01:07 +0000 | |
commit | 044fc31cd86797923540f7adbcfd7f5d1a3745ba (patch) | |
tree | a78c071a8598647d369446fd38da8797ea60d10a /app-office/abiword | |
parent | version bump (closes #113369) (diff) | |
download | gentoo-2-044fc31cd86797923540f7adbcfd7f5d1a3745ba.tar.gz gentoo-2-044fc31cd86797923540f7adbcfd7f5d1a3745ba.tar.bz2 gentoo-2-044fc31cd86797923540f7adbcfd7f5d1a3745ba.zip |
this deps on gtk+ which has the correct deps on modular X, so removing the virtual/x dep -- thanks foser
(Portage version: 2.0.53)
Diffstat (limited to 'app-office/abiword')
-rw-r--r-- | app-office/abiword/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.4.1.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index 29d8a05b4d1b..d9a97a6b9f78 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/abiword # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.146 2005/10/30 22:47:46 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.147 2005/12/13 22:01:07 seemant Exp $ + + 13 Dec 2005; Seemant Kulleen <seemant@gentoo.org> abiword-2.4.1.ebuild: + this deps on gtk+ which has the correct deps on modular X, so removing the + virtual/x dep -- thanks foser 30 Oct 2005; Bryan Østergaard <kloeri@gentoo.org> abiword-2.2.11.ebuild: Stable on ia64. diff --git a/app-office/abiword/abiword-2.4.1.ebuild b/app-office/abiword/abiword-2.4.1.ebuild index d8ca7d6a4159..4f48ff89f69b 100644 --- a/app-office/abiword/abiword-2.4.1.ebuild +++ b/app-office/abiword/abiword-2.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.1.ebuild,v 1.2 2005/10/30 12:58:49 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.1.ebuild,v 1.3 2005/12/13 22:01:07 seemant Exp $ inherit eutils fdo-mime alternatives @@ -17,8 +17,7 @@ IUSE="debug gnome spell xml2" LICENSE="GPL-2" SLOT="2" -RDEPEND="virtual/x11 - virtual/xft +RDEPEND="virtual/xft >=dev-libs/glib-2 >=x11-libs/gtk+-2.4 >=x11-libs/pango-1.2 |