diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-07-11 15:36:09 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-07-11 15:36:09 +0000 |
commit | 340f76b18360ebdf8b9bb85354f42f3c136255e7 (patch) | |
tree | a64de255422885e258439bffb50fc0eb1e21ce00 /kde-misc/tellico | |
parent | fix sed command (diff) | |
download | gentoo-2-340f76b18360ebdf8b9bb85354f42f3c136255e7.tar.gz gentoo-2-340f76b18360ebdf8b9bb85354f42f3c136255e7.tar.bz2 gentoo-2-340f76b18360ebdf8b9bb85354f42f3c136255e7.zip |
Remove semantic-desktop USE flag. Remove poppler subslot dependency since this package links against the stable qt4 interface.
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'kde-misc/tellico')
-rw-r--r-- | kde-misc/tellico/ChangeLog | 6 | ||||
-rw-r--r-- | kde-misc/tellico/tellico-2.3.8.ebuild | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/kde-misc/tellico/ChangeLog b/kde-misc/tellico/ChangeLog index 14c1505e3feb..964f88e9d7d6 100644 --- a/kde-misc/tellico/ChangeLog +++ b/kde-misc/tellico/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/tellico # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.122 2013/07/11 15:17:05 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.123 2013/07/11 15:36:09 kensington Exp $ + + 11 Jul 2013; Michael Palimaka <kensington@gentoo.org> tellico-2.3.8.ebuild: + Remove semantic-desktop USE flag. Remove poppler subslot dependency since this + package links against the stable qt4 interface. *tellico-2.3.8 (11 Jul 2013) diff --git a/kde-misc/tellico/tellico-2.3.8.ebuild b/kde-misc/tellico/tellico-2.3.8.ebuild index 4fd78ac1e6e5..bd1e0c093f3c 100644 --- a/kde-misc/tellico/tellico-2.3.8.ebuild +++ b/kde-misc/tellico/tellico-2.3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild,v 1.1 2013/07/11 15:17:05 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild,v 1.2 2013/07/11 15:36:09 kensington Exp $ EAPI=5 @@ -17,20 +17,19 @@ SRC_URI="http://tellico-project.org/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="4" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="addressbook cddb debug pdf scanner semantic-desktop taglib v4l xmp yaz" +IUSE="addressbook cddb debug pdf scanner taglib v4l xmp yaz" DEPEND=" dev-libs/libxml2 dev-libs/libxslt dev-libs/qjson - $(add_kdebase_dep kdelibs 'semantic-desktop?') + $(add_kdebase_dep kdelibs 'semantic-desktop(+)') media-libs/qimageblitz dev-qt/qtdbus:4 addressbook? ( $(add_kdebase_dep kdepimlibs) ) cddb? ( $(add_kdebase_dep libkcddb) ) - pdf? ( app-text/poppler:=[qt4] ) + pdf? ( app-text/poppler[qt4] ) scanner? ( $(add_kdebase_dep libksane) ) - semantic-desktop? ( dev-libs/soprano[raptor,redland] ) taglib? ( >=media-libs/taglib-1.5 ) v4l? ( >=media-libs/libv4l-0.8.3 ) xmp? ( >=media-libs/exempi-2 ) |