diff options
author | Ruud Koolen <redlizard@gentoo.org> | 2015-01-09 01:52:12 +0000 |
---|---|---|
committer | Ruud Koolen <redlizard@gentoo.org> | 2015-01-09 01:52:12 +0000 |
commit | 5bcffed855aa393aba0593816c5c7e3f77708b6b (patch) | |
tree | e4d056c436471344aefa0a25fd5793a75a2d718b /dev-lisp | |
parent | initial commit to support live exult ebuild (diff) | |
download | gentoo-2-5bcffed855aa393aba0593816c5c7e3f77708b6b.tar.gz gentoo-2-5bcffed855aa393aba0593816c5c7e3f77708b6b.tar.bz2 gentoo-2-5bcffed855aa393aba0593816c5c7e3f77708b6b.zip |
Added prefix keywords.
(Portage version: 2.2.14-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x10FB016B)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/asdf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/asdf/asdf-3.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/asdf/ChangeLog b/dev-lisp/asdf/ChangeLog index 8c508f771933..734795955181 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.20 2015/01/09 00:23:15 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.21 2015/01/09 01:52:12 redlizard Exp $ + + 09 Jan 2015; redlizard <redlizard@gentoo.org> asdf-3.1.4.ebuild: + Added prefix keywords. 09 Jan 2015; Mark Wright <gienah@gentoo.org> asdf-3.1.4.ebuild: Thanks to jcdx for testing, add ~x64-macos to asdf-3.1.4 KEYWORDS. diff --git a/dev-lisp/asdf/asdf-3.1.4.ebuild b/dev-lisp/asdf/asdf-3.1.4.ebuild index 2b5824339931..3f166cdb5746 100644 --- a/dev-lisp/asdf/asdf-3.1.4.ebuild +++ b/dev-lisp/asdf/asdf-3.1.4.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.1.4.ebuild,v 1.3 2015/01/09 00:23:15 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.1.4.ebuild,v 1.4 2015/01/09 01:52:12 redlizard 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 ~amd64-linux ~x64-macos" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="doc" SLOT="0/${PVR}" |