diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-05-23 15:15:46 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-05-23 15:15:46 +0000 |
commit | 0b69405c6bcb97221a5005f8383390aceb00d6ad (patch) | |
tree | 360948c1a999646dab1e343bb7b35f74f7ed258c /dev-lisp | |
parent | x86 stable wrt bug #511170 (diff) | |
download | gentoo-2-0b69405c6bcb97221a5005f8383390aceb00d6ad.tar.gz gentoo-2-0b69405c6bcb97221a5005f8383390aceb00d6ad.tar.bz2 gentoo-2-0b69405c6bcb97221a5005f8383390aceb00d6ad.zip |
x86 stable wrt bug #511170
(Portage version: 2.2.19/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/uiop/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/uiop/uiop-3.0.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-lisp/uiop/ChangeLog b/dev-lisp/uiop/ChangeLog index 1e49c57593c3..452497af8ca9 100644 --- a/dev-lisp/uiop/ChangeLog +++ b/dev-lisp/uiop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/uiop # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v 1.15 2015/01/09 01:50:43 redlizard Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v 1.16 2015/05/23 15:15:46 pacho Exp $ + + 23 May 2015; Pacho Ramos <pacho@gentoo.org> uiop-3.0.3.ebuild: + x86 stable wrt bug #511170 09 Jan 2015; redlizard <redlizard@gentoo.org> uiop-3.1.4.ebuild: Added prefix keywords. diff --git a/dev-lisp/uiop/uiop-3.0.3.ebuild b/dev-lisp/uiop/uiop-3.0.3.ebuild index 983d5483a2c3..423c0ec852a0 100644 --- a/dev-lisp/uiop/uiop-3.0.3.ebuild +++ b/dev-lisp/uiop/uiop-3.0.3.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.0.3.ebuild,v 1.4 2014/10/05 00:03:15 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.0.3.ebuild,v 1.5 2015/05/23 15:15:46 pacho 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" IUSE="" RDEPEND="~dev-lisp/asdf-${PV}" |