diff options
author | 2015-06-29 18:37:33 +0000 | |
---|---|---|
committer | 2015-06-29 18:37:33 +0000 | |
commit | c9f8cee748d67c9cc760ff3c98178f378bd34f6b (patch) | |
tree | bb493a50c563bc3268113fc2dd5ece5cfee8faee /app-office | |
parent | Needs to be rebuilt with libical subslot bumps, drop old (diff) | |
download | gentoo-2-c9f8cee748d67c9cc760ff3c98178f378bd34f6b.tar.gz gentoo-2-c9f8cee748d67c9cc760ff3c98178f378bd34f6b.tar.bz2 gentoo-2-c9f8cee748d67c9cc760ff3c98178f378bd34f6b.zip |
Fix few repoman warnings
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/abiword/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/abiword/abiword-3.0.1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index a8a355492258..4b07d0a09aca 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/abiword # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.284 2015/06/29 18:35:52 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.285 2015/06/29 18:37:33 pacho Exp $ + + 29 Jun 2015; Pacho Ramos <pacho@gentoo.org> abiword-3.0.1.ebuild: + Fix few repoman warnings 29 Jun 2015; Pacho Ramos <pacho@gentoo.org> -abiword-3.0.0-r2.ebuild, -files/abiword-3.0.0-bison30.patch, -files/abiword-3.0.0-boost54.patch, diff --git a/app-office/abiword/abiword-3.0.1.ebuild b/app-office/abiword/abiword-3.0.1.ebuild index 91b16740ed60..e09e90d9c15f 100644 --- a/app-office/abiword/abiword-3.0.1.ebuild +++ b/app-office/abiword/abiword-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.1.ebuild,v 1.5 2015/06/29 18:35:52 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.1.ebuild,v 1.6 2015/06/29 18:37:33 pacho Exp $ EAPI=5 GCONF_DEBUG="yes" @@ -28,8 +28,8 @@ RDEPEND=" dev-libs/libxslt >=gnome-base/librsvg-2.16:2 >=gnome-extra/libgsf-1.14.18 - >=media-libs/libpng-1.2 - virtual/jpeg + >=media-libs/libpng-1.2:0= + virtual/jpeg:0 >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-3.0.8:3[cups?] calendar? ( >=dev-libs/libical-0.46:= ) @@ -46,7 +46,7 @@ RDEPEND=" grammar? ( >=dev-libs/link-grammar-4.2.1 ) math? ( >=x11-libs/gtkmathview-0.7.5 ) ots? ( >=app-text/ots-0.5-r1 ) - readline? ( sys-libs/readline ) + readline? ( sys-libs/readline:* ) thesaurus? ( >=app-text/aiksaurus-1.2[gtk] ) wordperfect? ( app-text/libwpd:0.9 |