diff options
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/uiop/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/uiop/uiop-3.0.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/uiop/ChangeLog b/dev-lisp/uiop/ChangeLog index 4394e5eec3f5..ad8c26a863e5 100644 --- a/dev-lisp/uiop/ChangeLog +++ b/dev-lisp/uiop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/uiop # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v 1.7 2013/12/10 09:15:02 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v 1.8 2013/12/12 09:54:01 nimiux Exp $ + + 12 Dec 2013; Chema Alonso <nimiux@gentoo.org> uiop-3.0.2.4.ebuild: + Revoke stable for amd64 wrt bug #485632 10 Dec 2013; Chema Alonso <nimiux@gentoo.org> uiop-3.0.2.4.ebuild: Stable for amd64 wrt bug #485632 diff --git a/dev-lisp/uiop/uiop-3.0.2.4.ebuild b/dev-lisp/uiop/uiop-3.0.2.4.ebuild index abcca2e69198..281e4d04557b 100644 --- a/dev-lisp/uiop/uiop-3.0.2.4.ebuild +++ b/dev-lisp/uiop/uiop-3.0.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.0.2.4.ebuild,v 1.2 2013/12/10 09:15:02 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.0.2.4.ebuild,v 1.3 2013/12/12 09:54:01 nimiux 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}" |