diff options
author | Mark Wright <gienah@gentoo.org> | 2015-01-09 00:23:15 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2015-01-09 00:23:15 +0000 |
commit | 5c86a8fc77bfd61c8113c66d139c74ee7353f168 (patch) | |
tree | 8c5900e702da170dff53ef94af4bde1d7d2520ac /dev-lisp | |
parent | Remove vulnerable unstable version (diff) | |
download | gentoo-2-5c86a8fc77bfd61c8113c66d139c74ee7353f168.tar.gz gentoo-2-5c86a8fc77bfd61c8113c66d139c74ee7353f168.tar.bz2 gentoo-2-5c86a8fc77bfd61c8113c66d139c74ee7353f168.zip |
Thanks to jcdx for testing, add ~x64-macos to asdf-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/asdf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/asdf/asdf-3.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/asdf/ChangeLog b/dev-lisp/asdf/ChangeLog index 26a82643de59..8c508f771933 100644 --- a/dev-lisp/asdf/ChangeLog +++ b/dev-lisp/asdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/asdf # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.19 2015/01/08 03:53:23 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.20 2015/01/09 00:23:15 gienah Exp $ + + 09 Jan 2015; Mark Wright <gienah@gentoo.org> asdf-3.1.4.ebuild: + Thanks to jcdx for testing, add ~x64-macos to asdf-3.1.4 KEYWORDS. 08 Jan 2015; Mark Wright <gienah@gentoo.org> asdf-3.1.4.ebuild, files/gentoo-init.lisp, files/source-registry.conf: diff --git a/dev-lisp/asdf/asdf-3.1.4.ebuild b/dev-lisp/asdf/asdf-3.1.4.ebuild index 052c8b0e4dae..2b5824339931 100644 --- a/dev-lisp/asdf/asdf-3.1.4.ebuild +++ b/dev-lisp/asdf/asdf-3.1.4.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/dev-lisp/asdf/asdf-3.1.4.ebuild,v 1.2 2015/01/08 03:53:23 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.1.4.ebuild,v 1.3 2015/01/09 00:23:15 gienah Exp $ EAPI=5 inherit eutils prefix @@ -11,7 +11,7 @@ SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x64-macos" IUSE="doc" SLOT="0/${PVR}" |