diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2011-03-26 16:21:35 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2011-03-26 16:21:35 +0000 |
commit | 2c0218eee7a67512a81084c957fb2fcd5be04085 (patch) | |
tree | 7198f9bf330efe79b14bc70e534502f839776e18 /media-sound/karlyriceditor | |
parent | Remove live version, they don't belong in gentoo-x86. (diff) | |
download | historical-2c0218eee7a67512a81084c957fb2fcd5be04085.tar.gz historical-2c0218eee7a67512a81084c957fb2fcd5be04085.tar.bz2 historical-2c0218eee7a67512a81084c957fb2fcd5be04085.zip |
Adapt phonon dependency for package move
Package-Manager: portage-2.1.9.44/cvs/Linux x86_64
Diffstat (limited to 'media-sound/karlyriceditor')
-rw-r--r-- | media-sound/karlyriceditor/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/karlyriceditor/karlyriceditor-0.7.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/karlyriceditor/ChangeLog b/media-sound/karlyriceditor/ChangeLog index 9e0051c3e154..119287dadfbc 100644 --- a/media-sound/karlyriceditor/ChangeLog +++ b/media-sound/karlyriceditor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/karlyriceditor -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/karlyriceditor/ChangeLog,v 1.1 2009/12/15 08:56:22 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/karlyriceditor/ChangeLog,v 1.2 2011/03/26 16:21:35 dilfridge Exp $ + + 26 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org> + karlyriceditor-0.7.ebuild: + Adapt phonon dependency for package move *karlyriceditor-0.7 (15 Dec 2009) diff --git a/media-sound/karlyriceditor/karlyriceditor-0.7.ebuild b/media-sound/karlyriceditor/karlyriceditor-0.7.ebuild index ddd50266da44..666dfecc82da 100644 --- a/media-sound/karlyriceditor/karlyriceditor-0.7.ebuild +++ b/media-sound/karlyriceditor/karlyriceditor-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/karlyriceditor/karlyriceditor-0.7.ebuild,v 1.1 2009/12/15 08:56:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/karlyriceditor/karlyriceditor-0.7.ebuild,v 1.2 2011/03/26 16:21:35 dilfridge Exp $ EAPI=2 inherit eutils qt4 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="media-sound/phonon +DEPEND="media-libs/phonon x11-libs/qt-gui:4" src_configure() { |