diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-25 15:53:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-25 15:53:57 +0000 |
commit | bd694025b96bda0475602a4e4670bbc3e8e1265e (patch) | |
tree | 3f8cc8ded8140edd615ff2867f6c83077be719ca /games-util/linux-wbfs-manager | |
parent | Stable for x86, wrt bug #540244 (diff) | |
download | gentoo-2-bd694025b96bda0475602a4e4670bbc3e8e1265e.tar.gz gentoo-2-bd694025b96bda0475602a4e4670bbc3e8e1265e.tar.bz2 gentoo-2-bd694025b96bda0475602a4e4670bbc3e8e1265e.zip |
Stable for x86, wrt bug #540248
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-util/linux-wbfs-manager')
-rw-r--r-- | games-util/linux-wbfs-manager/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-util/linux-wbfs-manager/ChangeLog b/games-util/linux-wbfs-manager/ChangeLog index 96ec172cc5ae..bd40155acaf1 100644 --- a/games-util/linux-wbfs-manager/ChangeLog +++ b/games-util/linux-wbfs-manager/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/linux-wbfs-manager # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/ChangeLog,v 1.8 2015/02/19 09:06:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/ChangeLog,v 1.9 2015/02/25 15:53:57 ago Exp $ + + 25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> + linux-wbfs-manager-0.1.12.ebuild: + Stable for x86, wrt bug #540248 19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> linux-wbfs-manager-0.1.12.ebuild: diff --git a/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild b/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild index 37931683cbc6..6f634ea3f2f5 100644 --- a/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild +++ b/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild,v 1.2 2015/02/19 09:06:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild,v 1.3 2015/02/25 15:53:57 ago Exp $ EAPI=5 if [[ "${PV}" == "9999" ]]; then @@ -11,7 +11,7 @@ if [[ "${PV}" == "9999" ]]; then else inherit toolchain-funcs SRC_URI="http://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz" - KEYWORDS="amd64 ~ppc ~x86" + KEYWORDS="amd64 ~ppc x86" fi; DESCRIPTION="WBFS manager for Linux using GTK+" |