diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-10-27 15:46:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-10-27 15:46:54 +0000 |
commit | c3fb67028542d3c63dffc70d74911c1242054dfa (patch) | |
tree | 1a818609256a6abdad39447be199e477f7d091e5 /games-misc | |
parent | add ebuild for fig (diff) | |
download | gentoo-2-c3fb67028542d3c63dffc70d74911c1242054dfa.tar.gz gentoo-2-c3fb67028542d3c63dffc70d74911c1242054dfa.tar.bz2 gentoo-2-c3fb67028542d3c63dffc70d74911c1242054dfa.zip |
tidy
(Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/bsod/ChangeLog | 5 | ||||
-rw-r--r-- | games-misc/bsod/bsod-0.1.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games-misc/bsod/ChangeLog b/games-misc/bsod/ChangeLog index 689d7159cb8e..1a6c72e17a7b 100644 --- a/games-misc/bsod/ChangeLog +++ b/games-misc/bsod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/bsod # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/bsod/ChangeLog,v 1.4 2014/10/26 11:16:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/bsod/ChangeLog,v 1.5 2014/10/27 15:46:54 mr_bones_ Exp $ + + 27 Oct 2014; Michael Sterrett <mr_bones_@gentoo.org> bsod-0.1.ebuild: + tidy 26 Oct 2014; Jeroen Roovers <jer@gentoo.org> bsod-0.1.ebuild, files/bsod-0.1-Makefile.patch: diff --git a/games-misc/bsod/bsod-0.1.ebuild b/games-misc/bsod/bsod-0.1.ebuild index cf162f483641..613feb5afde1 100644 --- a/games-misc/bsod/bsod-0.1.ebuild +++ b/games-misc/bsod/bsod-0.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/bsod/bsod-0.1.ebuild,v 1.5 2014/10/26 11:16:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/bsod/bsod-0.1.ebuild,v 1.6 2014/10/27 15:46:54 mr_bones_ Exp $ EAPI=5 -inherit eutils games toolchain-funcs +inherit eutils toolchain-funcs games DESCRIPTION="This program will let you UNIX user experience the authentic microsoft windows experience" HOMEPAGE="http://www.vanheusden.com/bsod/" @@ -16,8 +16,7 @@ KEYWORDS="amd64 x86" RDEPEND="sys-libs/ncurses" DEPEND=" ${RDEPEND} - virtual/pkgconfig -" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-Makefile.patch |