public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Mueller (ulm)" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-action/clanbomber: ChangeLog clanbomber-2.1.1.ebuild
Date: Thu, 15 May 2014 16:20:54 +0000 (UTC)	[thread overview]
Message-ID: <20140515162054.A9E6F2004C@flycatcher.gentoo.org> (raw)

ulm         14/05/15 16:20:54

  Modified:             ChangeLog clanbomber-2.1.1.ebuild
  Log:
  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.21                 games-action/clanbomber/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	31 Jan 2013 00:56:15 -0000	1.20
+++ ChangeLog	15 May 2014 16:20:54 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/clanbomber
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.20 2013/01/31 00:56:15 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.21 2014/05/15 16:20:54 ulm Exp $
+
+  15 May 2014; Ulrich Müller <ulm@gentoo.org> clanbomber-2.1.1.ebuild:
+  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+  "sound", bug 357661.
 
   31 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
   -clanbomber-2.0.9.1.ebuild, -files/clanbomber-2.0.9.1-gcc43.patch:



1.7                  games-action/clanbomber/clanbomber-2.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild?r1=1.6&r2=1.7

Index: clanbomber-2.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- clanbomber-2.1.1.ebuild	15 Nov 2012 11:43:55 -0000	1.6
+++ clanbomber-2.1.1.ebuild	15 May 2014 16:20:54 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.6 2012/11/15 11:43:55 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.7 2014/05/15 16:20:54 ulm Exp $
 
 EAPI=2
 inherit autotools base eutils flag-o-matic games
@@ -14,7 +14,7 @@
 KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
-RDEPEND="media-libs/libsdl[audio,joystick,video]
+RDEPEND="media-libs/libsdl[sound,joystick,video]
 	media-libs/sdl-image[png]
 	media-libs/sdl-mixer
 	media-libs/sdl-ttf





             reply	other threads:[~2014-05-15 16:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-15 16:20 Ulrich Mueller (ulm) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-12-31 12:37 [gentoo-commits] gentoo-x86 commit in games-action/clanbomber: ChangeLog clanbomber-2.1.1.ebuild Alfredo Tupone (tupone)
2012-11-15 11:43 Alfredo Tupone (tupone)
2012-05-03  3:02 Jeff Horelick (jdhore)
2011-08-21  3:31 PaweA Hajdan (phajdan.jr)
2011-07-12 17:42 Michael Sterrett (mr_bones_)
2011-07-05  5:40 Alfredo Tupone (tupone)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140515162054.A9E6F2004C@flycatcher.gentoo.org \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox