diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-29 17:05:34 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-29 17:05:34 +0000 |
commit | 91b73e4063657a4b97a49b7b40b5ff543cd9f5ec (patch) | |
tree | 80a6e4cb8a1d005decebf3761eee74fd583dc1c5 /sys-apps | |
parent | Sync with live ebuild. (diff) | |
download | gentoo-2-91b73e4063657a4b97a49b7b40b5ff543cd9f5ec.tar.gz gentoo-2-91b73e4063657a4b97a49b7b40b5ff543cd9f5ec.tar.bz2 gentoo-2-91b73e4063657a4b97a49b7b40b5ff543cd9f5ec.zip |
amd64 stable wrt bug #556154
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x1BDC0E5AC42EB5D6)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/gentoo-functions/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/gentoo-functions/ChangeLog b/sys-apps/gentoo-functions/ChangeLog index 2ab3b2189fb2..f956661ff1d6 100644 --- a/sys-apps/gentoo-functions/ChangeLog +++ b/sys-apps/gentoo-functions/ChangeLog @@ -1,6 +1,9 @@ # 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.31 2015/05/26 06:21:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.32 2015/07/29 17:05:34 zlogene Exp $ + + 29 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> gentoo-functions-0.10.ebuild: + amd64 stable wrt bug #556154 26 May 2015; Mike Frysinger <vapier@gentoo.org> gentoo-functions-0.10.ebuild, gentoo-functions-9999.ebuild: diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild b/sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild index e851bdcce099..3971a7bfc77c 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.2 2015/05/26 06:21:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild,v 1.3 2015/07/29 17:05:34 zlogene 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 |