diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-05-23 15:15:07 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-05-23 15:15:07 +0000 |
commit | c3381bcacf33192a1dc50c66e523d3aad69c04cd (patch) | |
tree | 5780a7e9f6c6705453bd205bdd7622584e12be9b | |
parent | x86 stable wrt bug #511170 (diff) | |
download | gentoo-2-c3381bcacf33192a1dc50c66e523d3aad69c04cd.tar.gz gentoo-2-c3381bcacf33192a1dc50c66e523d3aad69c04cd.tar.bz2 gentoo-2-c3381bcacf33192a1dc50c66e523d3aad69c04cd.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)
-rw-r--r-- | dev-lisp/common-lisp-controller/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/common-lisp-controller/common-lisp-controller-5.13-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lisp/common-lisp-controller/ChangeLog b/dev-lisp/common-lisp-controller/ChangeLog index e0346f4f54ec..4c3c317325be 100644 --- a/dev-lisp/common-lisp-controller/ChangeLog +++ b/dev-lisp/common-lisp-controller/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/common-lisp-controller # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/common-lisp-controller/ChangeLog,v 1.43 2015/04/26 05:49:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/common-lisp-controller/ChangeLog,v 1.44 2015/05/23 15:15:07 pacho Exp $ + + 23 May 2015; Pacho Ramos <pacho@gentoo.org> + common-lisp-controller-5.13-r1.ebuild: + x86 stable wrt bug #511170 26 Apr 2015; Jeroen Roovers <jer@gentoo.org> common-lisp-controller-5.13-r1.ebuild: diff --git a/dev-lisp/common-lisp-controller/common-lisp-controller-5.13-r1.ebuild b/dev-lisp/common-lisp-controller/common-lisp-controller-5.13-r1.ebuild index ddce78fe6b41..6210ab178bf3 100644 --- a/dev-lisp/common-lisp-controller/common-lisp-controller-5.13-r1.ebuild +++ b/dev-lisp/common-lisp-controller/common-lisp-controller-5.13-r1.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/common-lisp-controller/common-lisp-controller-5.13-r1.ebuild,v 1.10 2015/04/26 05:49:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/common-lisp-controller/common-lisp-controller-5.13-r1.ebuild,v 1.11 2015/05/23 15:15:07 pacho Exp $ EAPI="3" inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/common-lisp-controller_${PV}.tar.gz" LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 ia64 ~mips ~ppc ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 ia64 ~mips ~ppc ppc64 ~sparc x86" IUSE="" DEPEND="|| ( >=sys-apps/coreutils-8.15 app-misc/realpath ) |