diff options
author | 2014-08-16 10:41:15 +0000 | |
---|---|---|
committer | 2014-08-16 10:41:15 +0000 | |
commit | 38aa2268f752c29e0925bada46ef7fe62080d316 (patch) | |
tree | 00832ce59afa7c10f9c91745451fa5bd2478007c /sys-apps/gentoo-functions | |
parent | amd64 stable, remove old, bug #517766 (diff) | |
download | gentoo-2-38aa2268f752c29e0925bada46ef7fe62080d316.tar.gz gentoo-2-38aa2268f752c29e0925bada46ef7fe62080d316.tar.bz2 gentoo-2-38aa2268f752c29e0925bada46ef7fe62080d316.zip |
amd64 stable, bug #519734
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
Diffstat (limited to 'sys-apps/gentoo-functions')
-rw-r--r-- | sys-apps/gentoo-functions/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/gentoo-functions/gentoo-functions-0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/gentoo-functions/ChangeLog b/sys-apps/gentoo-functions/ChangeLog index 9fe7d855b924..9039339748cb 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.20 2014/08/15 19:30:16 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.21 2014/08/16 10:41:15 johu Exp $ + + 16 Aug 2014; Johannes Huber <johu@gentoo.org> gentoo-functions-0.7.ebuild: + amd64 stable, bug #519734 15 Aug 2014; Jeroen Roovers <jer@gentoo.org> gentoo-functions-0.7.ebuild: Stable for HPPA (bug #519734). diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.7.ebuild b/sys-apps/gentoo-functions/gentoo-functions-0.7.ebuild index f5787918e035..fcad27c3c55f 100644 --- a/sys-apps/gentoo-functions/gentoo-functions-0.7.ebuild +++ b/sys-apps/gentoo-functions/gentoo-functions-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.7.ebuild,v 1.3 2014/08/15 19:30:16 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.7.ebuild,v 1.4 2014/08/16 10:41:15 johu Exp $ EAPI=5 @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="git://github.com/gentoo/${PN}.git" else SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2" - 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 |