summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2015-01-09 00:25:59 +0000
committerMark Wright <gienah@gentoo.org>2015-01-09 00:25:59 +0000
commitfd2d0dc1d26f475100732981e36bb9660473570c (patch)
tree7b7c6168182feaf315c38061099b5640865d33ab /dev-lisp
parentThanks to jcdx for testing, add ~x64-macos to asdf-3.1.4 KEYWORDS. (diff)
downloadgentoo-2-fd2d0dc1d26f475100732981e36bb9660473570c.tar.gz
gentoo-2-fd2d0dc1d26f475100732981e36bb9660473570c.tar.bz2
gentoo-2-fd2d0dc1d26f475100732981e36bb9660473570c.zip
Thanks to redlizard and jcdx for testing, add ~amd64-linux ~x64-macos to uiop-3.1.4 KEYWORDS.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/uiop/ChangeLog8
-rw-r--r--dev-lisp/uiop/uiop-3.1.4.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-lisp/uiop/ChangeLog b/dev-lisp/uiop/ChangeLog
index 0e97df3ebb16..8cdde55b2643 100644
--- a/dev-lisp/uiop/ChangeLog
+++ b/dev-lisp/uiop/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/uiop
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v 1.13 2014/10/20 14:51:08 grozin Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v 1.14 2015/01/09 00:25:59 gienah Exp $
+
+ 09 Jan 2015; Mark Wright <gienah@gentoo.org> uiop-3.1.4.ebuild:
+ Thanks to redlizard and jcdx for testing, add ~amd64-linux ~x64-macos to
+ uiop-3.1.4 KEYWORDS.
*uiop-3.1.4 (20 Oct 2014)
diff --git a/dev-lisp/uiop/uiop-3.1.4.ebuild b/dev-lisp/uiop/uiop-3.1.4.ebuild
index c3e555d8bf64..b725134e0e98 100644
--- a/dev-lisp/uiop/uiop-3.1.4.ebuild
+++ b/dev-lisp/uiop/uiop-3.1.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.1.4.ebuild,v 1.1 2014/10/20 14:51:08 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.1.4.ebuild,v 1.2 2015/01/09 00:25:59 gienah Exp $
EAPI=5
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="http://common-lisp.net/project/asdf/archives/asdf-${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x64-macos"
IUSE=""
RDEPEND="~dev-lisp/asdf-${PV}"