diff options
author | Johannes Huber <johu@gentoo.org> | 2013-05-29 23:22:42 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-05-29 23:22:42 +0000 |
commit | fce8f75f453f2a771b3650a6b6c3493259ebd8f2 (patch) | |
tree | aedaa02474342a1083eb6854ad9b0e4389b62e9b | |
parent | New package. Ebuild by me. (diff) | |
download | gentoo-2-fce8f75f453f2a771b3650a6b6c3493259ebd8f2.tar.gz gentoo-2-fce8f75f453f2a771b3650a6b6c3493259ebd8f2.tar.bz2 gentoo-2-fce8f75f453f2a771b3650a6b6c3493259ebd8f2.zip |
Add required dep on dev-libs/qtkeychain.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
-rw-r--r-- | media-sound/tomahawk/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/tomahawk/tomahawk-9999.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-sound/tomahawk/ChangeLog b/media-sound/tomahawk/ChangeLog index 5e510eaa13ce..d636b91628e4 100644 --- a/media-sound/tomahawk/ChangeLog +++ b/media-sound/tomahawk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/tomahawk # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.27 2013/05/03 22:09:30 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.28 2013/05/29 23:22:42 johu Exp $ + + 29 May 2013; Johannes Huber <johu@gentoo.org> tomahawk-9999.ebuild: + Add required dep on dev-libs/qtkeychain. *tomahawk-0.7.0 (03 May 2013) diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild index a3c2824726dc..2ec48fcb0d00 100644 --- a/media-sound/tomahawk/tomahawk-9999.ebuild +++ b/media-sound/tomahawk/tomahawk-9999.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/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.14 2013/05/03 22:09:30 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.15 2013/05/29 23:22:42 johu Exp $ EAPI=5 @@ -33,6 +33,7 @@ DEPEND=" >=dev-libs/libattica-0.4.0 dev-libs/qjson dev-libs/quazip + dev-libs/qtkeychain >=dev-qt/qtcore-${QT_MINIMAL}:4 >=dev-qt/qtdbus-${QT_MINIMAL}:4 >=dev-qt/qtgui-${QT_MINIMAL}:4 |