diff options
author | Elijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com> | 2012-06-18 22:24:46 -0400 |
---|---|---|
committer | Elijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com> | 2012-06-18 22:24:46 -0400 |
commit | 354d6c0d825c7d2dd3dbddc6bcc64410ff67e7a6 (patch) | |
tree | d3eb3e05b58fb7ff46f84e6e4150b64cf2023335 | |
parent | Added tomahawk libattica DEPEND... (diff) | |
download | Armageddon-354d6c0d825c7d2dd3dbddc6bcc64410ff67e7a6.tar.gz Armageddon-354d6c0d825c7d2dd3dbddc6bcc64410ff67e7a6.tar.bz2 Armageddon-354d6c0d825c7d2dd3dbddc6bcc64410ff67e7a6.zip |
Fixes for tomahawk denepdencies
-rw-r--r-- | media-sound/tomahawk/metadata.xml | 5 | ||||
-rw-r--r-- | media-sound/tomahawk/tomahawk-9999.ebuild | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/tomahawk/metadata.xml b/media-sound/tomahawk/metadata.xml index fb29f99..7ea7aa2 100644 --- a/media-sound/tomahawk/metadata.xml +++ b/media-sound/tomahawk/metadata.xml @@ -6,10 +6,11 @@ <email>johu@gentoo.org</email> <name>Johannes Huber</name> </maintainer> - <comaintainer> + <maintainer> <email>ThyArmageddon+Gentoo@Gmail.com</email> <name>Elijah El Lazkani</name> - </comaintainer> + <description>Co-maintainer</description> + </maintainer> <use> <flag name="resolver">Resolver download and installation integration</flag> <flag name="twitter">Enable twitter support</flag> diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild index 3f6f318..997ed1d 100644 --- a/media-sound/tomahawk/tomahawk-9999.ebuild +++ b/media-sound/tomahawk/tomahawk-9999.ebuild @@ -28,11 +28,10 @@ DEPEND=" app-crypt/qca >=dev-cpp/clucene-2.3.3.4 >=dev-libs/boost-1.41 - >=dev-libs/libattica-0.4.0 >=dev-libs/qjson-0.7.1 >=media-libs/libechonest-1.1.10 - >=media-libs/phonon-4.5.0 >=media-libs/liblastfm-1.0.0 + >=media-libs/phonon-4.5.0 media-libs/taglib >=x11-libs/qt-core-${QT_MINIMAL}:4 >=x11-libs/qt-gui-${QT_MINIMAL}:4 @@ -43,7 +42,7 @@ DEPEND=" jabber? ( net-libs/jreen ) libsamplerate? ( media-libs/libsamplerate ) resolver? ( - dev-libs/libattica + >=dev-libs/libattica-0.4.0 >=dev-libs/quazip-0.4.3 ) twitter? ( net-libs/qtweetlib ) |