diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-07-30 13:15:13 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-07-30 13:15:13 +0000 |
commit | 1ba04b4f7d9a3d995fe1257f0fac906a4added83 (patch) | |
tree | 696026adeb838848ffcabb1c4b0bbc239772c655 /sys-apps | |
parent | Stable on alpha, bug 518094 (diff) | |
download | gentoo-2-1ba04b4f7d9a3d995fe1257f0fac906a4added83.tar.gz gentoo-2-1ba04b4f7d9a3d995fe1257f0fac906a4added83.tar.bz2 gentoo-2-1ba04b4f7d9a3d995fe1257f0fac906a4added83.zip |
Stable on alpha, bug 556154
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/gentoo-functions/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/gentoo-functions/ChangeLog b/sys-apps/gentoo-functions/ChangeLog index 012d46a56be3..68427c6b80b7 100644 --- a/sys-apps/gentoo-functions/ChangeLog +++ b/sys-apps/gentoo-functions/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/gentoo-functions # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.33 2015/07/29 17:09:58 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.34 2015/07/30 13:15:13 klausman Exp $ + + 30 Jul 2015; Tobias Klausmann <klausman@gentoo.org> + gentoo-functions-0.10.ebuild: + Stable on alpha, bug 556154 29 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> gentoo-functions-0.10.ebuild: x86 stable wrt bug #556154 diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild b/sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild index 5336aec3ffb0..62dc1a37def6 100644 --- a/sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild +++ b/sys-apps/gentoo-functions/gentoo-functions-0.10.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/sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild,v 1.4 2015/07/29 17:09:58 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild,v 1.5 2015/07/30 13:15:13 klausman Exp $ EAPI=5 @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="git://github.com/gentoo/${PN}.git" else SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" + KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" fi inherit toolchain-funcs flag-o-matic |