diff options
author | 2006-12-03 17:33:13 +0000 | |
---|---|---|
committer | 2006-12-03 17:33:13 +0000 | |
commit | 28b32c4e72cd5a6bdc5ff3cb6b470b4352ee5c74 (patch) | |
tree | 0d60a5f0b30bd368e7e38f8e14db80d9849bbb56 /media-sound/timidity++ | |
parent | Add support for the new freepats patchset. (diff) | |
download | gentoo-2-28b32c4e72cd5a6bdc5ff3cb6b470b4352ee5c74.tar.gz gentoo-2-28b32c4e72cd5a6bdc5ff3cb6b470b4352ee5c74.tar.bz2 gentoo-2-28b32c4e72cd5a6bdc5ff3cb6b470b4352ee5c74.zip |
Add freepats to the choices of patchsets.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'media-sound/timidity++')
-rw-r--r-- | media-sound/timidity++/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/timidity++/timidity++-2.13.2-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/timidity++/ChangeLog b/media-sound/timidity++/ChangeLog index 22c77d0dbc55..b528f708412f 100644 --- a/media-sound/timidity++/ChangeLog +++ b/media-sound/timidity++/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/timidity++ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/ChangeLog,v 1.69 2006/12/01 21:27:56 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/ChangeLog,v 1.70 2006/12/03 17:33:13 flameeyes Exp $ + + 03 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> + timidity++-2.13.2-r3.ebuild: + Add freepats to the choices of patchsets. 01 Dec 2006; Markus Rothe <corsair@gentoo.org> timidity++-2.13.2-r3.ebuild: diff --git a/media-sound/timidity++/timidity++-2.13.2-r3.ebuild b/media-sound/timidity++/timidity++-2.13.2-r3.ebuild index 453c4dbe8f86..32fd50b297c7 100644 --- a/media-sound/timidity++/timidity++-2.13.2-r3.ebuild +++ b/media-sound/timidity++/timidity++-2.13.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.2-r3.ebuild,v 1.4 2006/12/01 21:27:56 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.2-r3.ebuild,v 1.5 2006/12/03 17:33:13 flameeyes Exp $ inherit eutils @@ -37,7 +37,7 @@ RDEPEND="${RDEPEND} app-admin/eselect-timidity emacs? ( virtual/emacs )" -PDEPEND="|| ( media-sound/timidity-eawpatches media-sound/timidity-shompatches )" +PDEPEND="|| ( media-sound/timidity-eawpatches media-sound/timidity-shompatches media-sound/timidity-freepats )" src_unpack() { unpack ${A} |