diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-10-29 21:51:12 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-10-29 21:51:12 +0000 |
commit | 1f366346ebd5aa0da7b5a80f272b0d0cbb3e412d (patch) | |
tree | 054402127e475be08098d964619566d43e4fd20d /app-office | |
parent | Fix FindLAPACK, bug 388757 (diff) | |
download | gentoo-2-1f366346ebd5aa0da7b5a80f272b0d0cbb3e412d.tar.gz gentoo-2-1f366346ebd5aa0da7b5a80f272b0d0cbb3e412d.tar.bz2 gentoo-2-1f366346ebd5aa0da7b5a80f272b0d0cbb3e412d.zip |
Request correct libwpg slot, bug 388719
(Portage version: 2.1.10.31/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/karbon/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/karbon/karbon-2.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/karbon/ChangeLog b/app-office/karbon/ChangeLog index 31e263191973..756974ce659f 100644 --- a/app-office/karbon/ChangeLog +++ b/app-office/karbon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/karbon # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.125 2011/08/04 16:29:59 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.126 2011/10/29 21:51:12 dilfridge Exp $ + + 29 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org> karbon-2.3.3.ebuild: + Request correct libwpg slot, bug 388719 04 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org> karbon-2.3.3.ebuild: media-libs/libwpg app-text/libwpg diff --git a/app-office/karbon/karbon-2.3.3.ebuild b/app-office/karbon/karbon-2.3.3.ebuild index a66f62648f31..34b67de7176d 100644 --- a/app-office/karbon/karbon-2.3.3.ebuild +++ b/app-office/karbon/karbon-2.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/karbon-2.3.3.ebuild,v 1.4 2011/08/04 16:29:59 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/karbon-2.3.3.ebuild,v 1.5 2011/10/29 21:51:12 dilfridge Exp $ EAPI=3 KMNAME="koffice" @@ -16,7 +16,7 @@ IUSE="+pstoedit wpg" DEPEND=" media-libs/libart_lgpl pstoedit? ( media-gfx/pstoedit ) - wpg? ( app-text/libwpg ) + wpg? ( app-text/libwpg:0.1 ) " RDEPEND="${DEPEND}" |