diff options
Diffstat (limited to 'dev-lisp/asdf')
-rw-r--r-- | dev-lisp/asdf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/asdf/asdf-1.89.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/asdf/ChangeLog b/dev-lisp/asdf/ChangeLog index f84e26ea39bf..ca34f9921faa 100644 --- a/dev-lisp/asdf/ChangeLog +++ b/dev-lisp/asdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/asdf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.2 2012/10/01 17:36:00 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.3 2012/10/07 10:19:50 ago Exp $ + + 07 Oct 2012; Agostino Sarubbo <ago@gentoo.org> asdf-1.89.ebuild: + Stable for amd64, wrt bug #436846 01 Oct 2012; Fabian Groffen <grobian@gentoo.org> asdf-1.89.ebuild: Marked ~x64-macos diff --git a/dev-lisp/asdf/asdf-1.89.ebuild b/dev-lisp/asdf/asdf-1.89.ebuild index c7924ff50623..290a552afb98 100644 --- a/dev-lisp/asdf/asdf-1.89.ebuild +++ b/dev-lisp/asdf/asdf-1.89.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-1.89.ebuild,v 1.2 2012/10/01 17:36:00 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-1.89.ebuild,v 1.3 2012/10/07 10:19:50 ago Exp $ EAPI="3" DEB_PV="1" @@ -16,7 +16,7 @@ SRC_URI="mirror://gentoo/${MY_PN}_${PV}.orig.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="alpha ~amd64 ia64 ~mips ~ppc ~ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 ia64 ~mips ~ppc ~ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="examples" DEPEND="" |