summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2014-12-16 17:54:40 +0000
committerMichael Haubenwallner <haubi@gentoo.org>2014-12-16 17:54:40 +0000
commitfad56ad5e11808db698d445516b4adfa41b17a7d (patch)
treea7f296e64e8f6f87a49292f313874d83d0882c1c /dev-scheme
parentFix up supported hardware for 4.9.0 (diff)
downloadgentoo-2-fad56ad5e11808db698d445516b4adfa41b17a7d.tar.gz
gentoo-2-fad56ad5e11808db698d445516b4adfa41b17a7d.tar.bz2
gentoo-2-fad56ad5e11808db698d445516b4adfa41b17a7d.zip
guile-1.8.8-r1: add ~ppc-aix Prefix keyword
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A630CCB8)
Diffstat (limited to 'dev-scheme')
-rw-r--r--dev-scheme/guile/ChangeLog5
-rw-r--r--dev-scheme/guile/guile-1.8.8-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-scheme/guile/ChangeLog b/dev-scheme/guile/ChangeLog
index 0439803d9a29..8fc5e2fa4f76 100644
--- a/dev-scheme/guile/ChangeLog
+++ b/dev-scheme/guile/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-scheme/guile
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v 1.106 2014/12/11 00:01:26 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v 1.107 2014/12/16 17:54:40 haubi Exp $
+
+ 16 Dec 2014; Michael Haubenwallner <haubi@gentoo.org> guile-1.8.8-r1.ebuild:
+ add ~ppc-aix Prefix keyword
11 Dec 2014; Zac Medico <zmedico@gentoo.org> guile-1.8.8-r1.ebuild,
guile-2.0.0.ebuild:
diff --git a/dev-scheme/guile/guile-1.8.8-r1.ebuild b/dev-scheme/guile/guile-1.8.8-r1.ebuild
index f92a99b9bac5..47c521ee0bc8 100644
--- a/dev-scheme/guile/guile-1.8.8-r1.ebuild
+++ b/dev-scheme/guile/guile-1.8.8-r1.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/dev-scheme/guile/guile-1.8.8-r1.ebuild,v 1.19 2014/12/11 00:01:26 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-1.8.8-r1.ebuild,v 1.20 2014/12/16 17:54:40 haubi Exp $
EAPI=5
inherit eutils autotools flag-o-matic elisp-common
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnu.org/software/guile/"
SRC_URI="mirror://gnu/guile/${P}.tar.gz"
LICENSE="LGPL-2.1"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="networking +regex discouraged +deprecated emacs nls debug-freelist debug-malloc debug +threads"
RESTRICT="!regex? ( test )"