diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:45:44 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:45:44 +0000 |
commit | 2e48a7cd306b310edd5691d82a8d0c800ec87d85 (patch) | |
tree | 263ef404285863c6301164c14545fc214258c633 /media-libs/libxspf | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-2e48a7cd306b310edd5691d82a8d0c800ec87d85.tar.gz gentoo-2-2e48a7cd306b310edd5691d82a8d0c800ec87d85.tar.bz2 gentoo-2-2e48a7cd306b310edd5691d82a8d0c800ec87d85.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'media-libs/libxspf')
-rw-r--r-- | media-libs/libxspf/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libxspf/libxspf-1.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/libxspf/ChangeLog b/media-libs/libxspf/ChangeLog index 00342006ee6f..f5d90c9045af 100644 --- a/media-libs/libxspf/ChangeLog +++ b/media-libs/libxspf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libxspf -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/ChangeLog,v 1.12 2012/08/22 03:12:50 ottxor Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/ChangeLog,v 1.13 2013/03/02 21:45:44 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> libxspf-1.2.0.ebuild: + Move Qt dependencies to the new category 22 Aug 2012; Christoph Junghans <ottxor@gentoo.org> libxspf-1.2.0.ebuild: added prefix keywords diff --git a/media-libs/libxspf/libxspf-1.2.0.ebuild b/media-libs/libxspf/libxspf-1.2.0.ebuild index 23361bba1846..b3cb4a089565 100644 --- a/media-libs/libxspf/libxspf-1.2.0.ebuild +++ b/media-libs/libxspf/libxspf-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/libxspf-1.2.0.ebuild,v 1.12 2012/08/22 03:12:50 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/libxspf-1.2.0.ebuild,v 1.13 2013/03/02 21:45:44 hwoarang Exp $ EAPI=4 inherit eutils @@ -21,7 +21,7 @@ DEPEND="${RDEPEND} doc? ( >=app-doc/doxygen-1.5.8 media-gfx/graphviz - x11-libs/qt-assistant:4 + dev-qt/qthelp:4 ) test? ( >=dev-util/cpptest-1.1 )" |