diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-21 18:25:37 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-21 18:25:37 +0000 |
commit | c68163e49ec1f4ac778485dc3a97d75878134c7e (patch) | |
tree | f6c129c154c40ccd54f4293e877bb91f17ecce84 /games-arcade | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-c68163e49ec1f4ac778485dc3a97d75878134c7e.tar.gz gentoo-2-c68163e49ec1f4ac778485dc3a97d75878134c7e.tar.bz2 gentoo-2-c68163e49ec1f4ac778485dc3a97d75878134c7e.zip |
Minor QA fixes, stable on amd64, wrt bug #458504
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/sdl-sopwith/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-arcade/sdl-sopwith/ChangeLog b/games-arcade/sdl-sopwith/ChangeLog index 8e8b167be3b6..66aba8ebf042 100644 --- a/games-arcade/sdl-sopwith/ChangeLog +++ b/games-arcade/sdl-sopwith/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/sdl-sopwith # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.17 2013/02/21 18:22:27 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.18 2013/02/21 18:25:37 pinkbyte Exp $ + + 21 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> sdl-sopwith-1.7.5-r1.ebuild: + Minor QA fixes, stable on amd64, wrt bug #458504 *sdl-sopwith-1.7.5-r1 (21 Feb 2013) diff --git a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild index 63a2348b2615..ec664ef4c3e3 100644 --- a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild +++ b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild,v 1.1 2013/02/21 18:22:27 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild,v 1.2 2013/02/21 18:25:37 pinkbyte Exp $ EAPI=2 inherit eutils autotools games @@ -12,12 +12,13 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=media-libs/libsdl-1.1.3[video]" +RDEPEND="${DEPEND}" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" src_prepare() { rm acconfig.h |