diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-12-15 01:39:01 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-12-15 01:39:01 +0000 |
commit | de52aeeb878063bedef4604bc4956b551383e354 (patch) | |
tree | a32ec65ac9a4416b97251f4265c20fb484b11aed /media-sound/alsamixergui | |
parent | Pinning fltk dep on slot 1.1, bug 246445 (diff) | |
download | gentoo-2-de52aeeb878063bedef4604bc4956b551383e354.tar.gz gentoo-2-de52aeeb878063bedef4604bc4956b551383e354.tar.bz2 gentoo-2-de52aeeb878063bedef4604bc4956b551383e354.zip |
Pinning fltk dep on slot 1.1, bug 246445
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-hh6 i686)
Diffstat (limited to 'media-sound/alsamixergui')
-rw-r--r-- | media-sound/alsamixergui/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-sound/alsamixergui/ChangeLog b/media-sound/alsamixergui/ChangeLog index a12f8d114bb5..93197cf04bb1 100644 --- a/media-sound/alsamixergui/ChangeLog +++ b/media-sound/alsamixergui/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/alsamixergui # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/ChangeLog,v 1.28 2008/09/22 18:51:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/ChangeLog,v 1.29 2008/12/15 01:39:01 yngwin Exp $ + + 15 Dec 2008; Ben de Groot <yngwin@gentoo.org> + alsamixergui-0.9.0.1.2-r4.ebuild: + Pinning fltk dep on slot 1.1, bug 246445 22 Sep 2008; Alexis Ballier <aballier@gentoo.org> +files/alsamixergui-0.9.0.1.2-fltk-1.1.patch, -files/fltk-1.1+gcc3.diff, diff --git a/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild b/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild index fdac101dd093..f0f6c34668c6 100644 --- a/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild +++ b/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild,v 1.14 2008/09/23 15:27:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild,v 1.15 2008/12/15 01:39:01 yngwin Exp $ +EAPI="1" inherit eutils autotools NATIVE_VER=0.9.0rc1-2 @@ -18,7 +19,7 @@ IUSE="" DEPEND=">=media-libs/alsa-lib-0.9.0_rc1 >=media-sound/alsa-utils-0.9.0_rc1 - >=x11-libs/fltk-1.1.0_rc6" + x11-libs/fltk:1.1" src_unpack() { unpack ${A} |