diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-03-25 19:01:42 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-03-25 19:01:42 +0000 |
commit | 3062b624d08db73da4b6d02a4bbcf316e309a358 (patch) | |
tree | 189d98aedfebd02888af9a6cee9f606fd57f764a /media-sound/prokyon3 | |
parent | Cleanup old versions (diff) | |
download | gentoo-2-3062b624d08db73da4b6d02a4bbcf316e309a358.tar.gz gentoo-2-3062b624d08db73da4b6d02a4bbcf316e309a358.tar.bz2 gentoo-2-3062b624d08db73da4b6d02a4bbcf316e309a358.zip |
Pin dep to flac 1.1.2 for unpatched version as it is not compatible with newer api
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-sound/prokyon3')
-rw-r--r-- | media-sound/prokyon3/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/prokyon3/prokyon3-0.9.4-r1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-sound/prokyon3/ChangeLog b/media-sound/prokyon3/ChangeLog index 5be218fc6b74..42fddd78ccec 100644 --- a/media-sound/prokyon3/ChangeLog +++ b/media-sound/prokyon3/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/prokyon3 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/prokyon3/ChangeLog,v 1.23 2007/03/25 18:59:32 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/prokyon3/ChangeLog,v 1.24 2007/03/25 19:01:42 aballier Exp $ + + 25 Mar 2007; Alexis Ballier <aballier@gentoo.org> + prokyon3-0.9.4-r1.ebuild: + Pin dep to flac 1.1.2 for unpatched version as it is not compatible with + newer api 25 Mar 2007; Alexis Ballier <aballier@gentoo.org> -files/prokyon3-0.9.2-configure.patch, -prokyon3-0.9.2.ebuild, diff --git a/media-sound/prokyon3/prokyon3-0.9.4-r1.ebuild b/media-sound/prokyon3/prokyon3-0.9.4-r1.ebuild index ac38a25f3ced..75a51e61750b 100644 --- a/media-sound/prokyon3/prokyon3-0.9.4-r1.ebuild +++ b/media-sound/prokyon3/prokyon3-0.9.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/prokyon3/prokyon3-0.9.4-r1.ebuild,v 1.5 2007/01/05 17:45:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/prokyon3/prokyon3-0.9.4-r1.ebuild,v 1.6 2007/03/25 19:01:42 aballier Exp $ inherit qt3 eutils @@ -18,7 +18,7 @@ DEPEND="$(qt_min_version 3.2) musicbrainz? ( media-libs/musicbrainz mp3? ( media-libs/libmad ) vorbis? ( media-libs/libvorbis ) - flac? ( media-libs/flac ) )" + flac? ( ~media-libs/flac-1.1.2 ) )" pkg_setup() { if ! built_with_use =x11-libs/qt-3* mysql; then |