diff options
author | 2005-12-13 22:01:07 +0000 | |
---|---|---|
committer | 2005-12-13 22:01:07 +0000 | |
commit | 71748099bfaaa4e3b353d2c85e1ba4e0f6de8073 (patch) | |
tree | 6317e2218da93edd6f6e08da733bce2739146075 /app-office | |
parent | Pruning old ebuilds (diff) | |
download | historical-71748099bfaaa4e3b353d2c85e1ba4e0f6de8073.tar.gz historical-71748099bfaaa4e3b353d2c85e1ba4e0f6de8073.tar.bz2 historical-71748099bfaaa4e3b353d2c85e1ba4e0f6de8073.zip |
this deps on gtk+ which has the correct deps on modular X, so removing the virtual/x dep -- thanks foser
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/abiword/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/abiword/Manifest | 4 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.4.1.ebuild | 5 |
3 files changed, 9 insertions, 6 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/Manifest b/app-office/abiword/Manifest index e7da9930b480..e89487f39621 100644 --- a/app-office/abiword/Manifest +++ b/app-office/abiword/Manifest @@ -1,7 +1,7 @@ -MD5 30cfa297f8769ed82df7775de3e2c4c5 ChangeLog 19219 +MD5 74810996d625d700a14cd98c53b8f644 ChangeLog 19404 MD5 aeb219db77df24fb0917fc9ce671ea47 abiword-2.2.10.ebuild 2333 MD5 e1270e73ea706c7672e6e248490c448c abiword-2.2.11.ebuild 2346 -MD5 2312cbc24cd08c002733e625ce8f8fc6 abiword-2.4.1.ebuild 2361 +MD5 7a50754706edb7a66c3e7b84d1fc219b abiword-2.4.1.ebuild 2346 MD5 8b023d31957e4d3d1684959d96564364 files/digest-abiword-2.2.10 69 MD5 a8522f74aea43b8fe31b8075165da843 files/digest-abiword-2.2.11 69 MD5 c20fafc315b3ee5486c3d8ab489e84b1 files/digest-abiword-2.4.1 68 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 |