diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-05-23 15:14:37 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-05-23 15:14:37 +0000 |
commit | 961e730adcac5be6f633b7c97a16666dcec279f5 (patch) | |
tree | b1dfdd2c00e4aad6b0d787fbf93c4cac23dd99d8 /dev-lisp | |
parent | x86 stable wrt bug #511170 (diff) | |
download | gentoo-2-961e730adcac5be6f633b7c97a16666dcec279f5.tar.gz gentoo-2-961e730adcac5be6f633b7c97a16666dcec279f5.tar.bz2 gentoo-2-961e730adcac5be6f633b7c97a16666dcec279f5.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/asdf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/asdf/asdf-3.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/asdf/ChangeLog b/dev-lisp/asdf/ChangeLog index ec6d60209912..0892af070518 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.22 2015/01/09 02:42:34 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.23 2015/05/23 15:14:37 pacho Exp $ + + 23 May 2015; Pacho Ramos <pacho@gentoo.org> asdf-3.0.3.ebuild: + x86 stable wrt bug #511170 09 Jan 2015; Mark Wright <gienah@gentoo.org> asdf-3.0.3.ebuild: asdf-3.0.3 needs the same prefix changes as asdf-3.1.4 since it uses the same diff --git a/dev-lisp/asdf/asdf-3.0.3.ebuild b/dev-lisp/asdf/asdf-3.0.3.ebuild index 80976d763e37..ade57f127c8a 100644 --- a/dev-lisp/asdf/asdf-3.0.3.ebuild +++ b/dev-lisp/asdf/asdf-3.0.3.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.0.3.ebuild,v 1.3 2015/01/09 02:42:34 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.0.3.ebuild,v 1.4 2015/05/23 15:14:37 pacho 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" +KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="doc test" SLOT="0/${PVR}" |