diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-08-14 17:04:37 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-08-14 17:04:37 +0000 |
commit | 94bca53a38e062521b517f7a61d89e9852b5ab88 (patch) | |
tree | 471d19cb02a77358ed39d7387ec4abbacec3c8d5 /games-util | |
parent | x86 stable wrt bug #513812 (diff) | |
download | gentoo-2-94bca53a38e062521b517f7a61d89e9852b5ab88.tar.gz gentoo-2-94bca53a38e062521b517f7a61d89e9852b5ab88.tar.bz2 gentoo-2-94bca53a38e062521b517f7a61d89e9852b5ab88.zip |
x86 stable wrt bug #518446
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/vispatch/ChangeLog | 7 | ||||
-rw-r--r-- | games-util/vispatch/vispatch-1.4.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-util/vispatch/ChangeLog b/games-util/vispatch/ChangeLog index 0c13dfb42cd1..afb78ba2acc4 100644 --- a/games-util/vispatch/ChangeLog +++ b/games-util/vispatch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/vispatch -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/vispatch/ChangeLog,v 1.4 2013/01/27 04:52:37 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/vispatch/ChangeLog,v 1.5 2014/08/14 17:04:37 phajdan.jr Exp $ + + 14 Aug 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> vispatch-1.4.6.ebuild: + x86 stable wrt bug #518446 *vispatch-1.4.6 (27 Jan 2013) diff --git a/games-util/vispatch/vispatch-1.4.6.ebuild b/games-util/vispatch/vispatch-1.4.6.ebuild index 185efa9226f3..097dd7f1f0ae 100644 --- a/games-util/vispatch/vispatch-1.4.6.ebuild +++ b/games-util/vispatch/vispatch-1.4.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/vispatch/vispatch-1.4.6.ebuild,v 1.1 2013/01/27 04:52:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/vispatch/vispatch-1.4.6.ebuild,v 1.2 2014/08/14 17:04:37 phajdan.jr Exp $ EAPI=5 inherit toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/vispatch/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" S=${WORKDIR}/${P}/source |