diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-20 20:13:16 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-20 20:13:16 +0000 |
commit | 764bb56c419fe416d771ba97de8cd940c3299a11 (patch) | |
tree | a5ef7c272622625d8df2f6991541093d9dd5cb18 /media-sound/sfc | |
parent | x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly (diff) | |
download | historical-764bb56c419fe416d771ba97de8cd940c3299a11.tar.gz historical-764bb56c419fe416d771ba97de8cd940c3299a11.tar.bz2 historical-764bb56c419fe416d771ba97de8cd940c3299a11.zip |
x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly
Package-Manager: portage-2.2.0_alpha28/cvs/Linux x86_64
Diffstat (limited to 'media-sound/sfc')
-rw-r--r-- | media-sound/sfc/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/sfc/sfc-0.016.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/media-sound/sfc/ChangeLog b/media-sound/sfc/ChangeLog index f390a9779287..e0a2e9107a44 100644 --- a/media-sound/sfc/ChangeLog +++ b/media-sound/sfc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/sfc -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sfc/ChangeLog,v 1.15 2008/12/15 01:47:28 yngwin Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sfc/ChangeLog,v 1.16 2011/03/20 20:07:34 jlec Exp $ + + 20 Mar 2011; Justin Lecher <jlec@gentoo.org> sfc-0.016.ebuild: + x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly 15 Dec 2008; Ben de Groot <yngwin@gentoo.org> sfc-0.016.ebuild: Pinning fltk dep on slot 1.1, bug 246445 diff --git a/media-sound/sfc/sfc-0.016.ebuild b/media-sound/sfc/sfc-0.016.ebuild index 9cc2cf63d928..5f658fe79b38 100644 --- a/media-sound/sfc/sfc-0.016.ebuild +++ b/media-sound/sfc/sfc-0.016.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/sfc/sfc-0.016.ebuild,v 1.5 2008/12/15 01:47:28 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sfc/sfc-0.016.ebuild,v 1.6 2011/03/20 20:07:34 jlec Exp $ EAPI="1" @@ -13,8 +13,9 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" -DEPEND="x11-libs/fltk:1.1 - media-libs/alsa-lib" +DEPEND=" + media-libs/alsa-lib + x11-libs/fltk:1" src_install() { emake DESTDIR="${D}" install || die "emake install failed." |