diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-04-29 14:16:01 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-04-29 14:16:01 +0000 |
commit | 555101d9f40885694f28a90bf39ae9dc2964854d (patch) | |
tree | 3d591883e8eeb5f6bbdc48285e6be8fe43a4e9ae /app-text | |
parent | sci-geosciences/opencpn: Use wxwidgets.eclass (diff) | |
download | sunrise-reviewed-555101d9f40885694f28a90bf39ae9dc2964854d.tar.gz sunrise-reviewed-555101d9f40885694f28a90bf39ae9dc2964854d.tar.bz2 sunrise-reviewed-555101d9f40885694f28a90bf39ae9dc2964854d.zip |
app-text/xmlroff: Fix deps for gnome3
svn path=/sunrise/; revision=11939
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xmlroff/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/xmlroff/Manifest | 4 | ||||
-rw-r--r-- | app-text/xmlroff/xmlroff-0.6.2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-text/xmlroff/ChangeLog b/app-text/xmlroff/ChangeLog index 1dbdca163..ead0616b2 100644 --- a/app-text/xmlroff/ChangeLog +++ b/app-text/xmlroff/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for app-text/xmlroff -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 29 Apr 2011; Justin Lecher <jlec@gentoo.org> xmlroff-0.6.2.ebuild: + Fix deps for gnome3 + 19 Nov 2009; Martin von Gagern (MvG) <Martin.vGagern@gmx.net> -xmlroff-0.6.1.ebuild, +xmlroff-0.6.2.ebuild: Version bump diff --git a/app-text/xmlroff/Manifest b/app-text/xmlroff/Manifest index 1265fc77a..444efc393 100644 --- a/app-text/xmlroff/Manifest +++ b/app-text/xmlroff/Manifest @@ -1,5 +1,5 @@ AUX automagic.patch 1991 RMD160 e0d6b710b2acce2a14e9159171630ffa4a2f2cd8 SHA1 72eeaa23a10406232a0e92f1a06ba3c9d59983c1 SHA256 e1eab327829241676e602aadf7029e9425405da405f742efaff27b837f37c578 DIST xmlroff-0.6.2.tar.gz 2827261 RMD160 a20e052ba7adae1e704f5f2620d14456872245c7 SHA1 4a540b067881e069d389cce40bc79578cffc7c9b SHA256 305be62e51406baaa74870cb95f813f436a756170d2cd14eb48ffd13c7b20f74 -EBUILD xmlroff-0.6.2.ebuild 1327 RMD160 13fbe7b750541c0bf1ed77ad1426360ab9b1e6bf SHA1 16d37a8222b32047fe523cc448885410f771c5be SHA256 2ac52ee0ed141d9b8776b1fda82c728a5ffede2965b85412db8cfa8e0ff99781 -MISC ChangeLog 974 RMD160 740e065c8e346b9a1f46de76ef4735d8ecbe3e7f SHA1 f2f25279ed8a7a684ae207fb7744e4becc794a84 SHA256 3231edbecc3cac191a0c107e3d01f7544061665f61c5ca000e767d8f33bca17b +EBUILD xmlroff-0.6.2.ebuild 1329 RMD160 ccab256aa16f44d4ad360a2a32b4b9985fd508e5 SHA1 46b3e1db136b94e22c362dbdb60754794565dfcc SHA256 039f9e61f684899bb3a4d4ea32c07b398ea35f7c50265460cb99a7fd97db9d99 +MISC ChangeLog 1066 RMD160 9ad43fd0398d8c2e26bcefb8d06e7210f9ead5c5 SHA1 4d2e0f586455441668371dacf7a181760a7709f1 SHA256 aa0eb7956d847bd72fc5f13b4eff6a7f7dae37ec489e4c6ec015b3d86349f9e7 MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f diff --git a/app-text/xmlroff/xmlroff-0.6.2.ebuild b/app-text/xmlroff/xmlroff-0.6.2.ebuild index c136a44e2..59f5a11a3 100644 --- a/app-text/xmlroff/xmlroff-0.6.2.ebuild +++ b/app-text/xmlroff/xmlroff-0.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -17,7 +17,7 @@ IUSE="cairo debug doc svg truetype" # at least ciaro or gnome-print is required (as backend) -RDEPEND="x11-libs/gtk+ +RDEPEND="x11-libs/gtk+:2 x11-libs/pango dev-libs/glib:2 dev-libs/libxml2 |