diff options
author | Ruud Koolen <redlizard@gentoo.org> | 2015-01-09 01:50:43 +0000 |
---|---|---|
committer | Ruud Koolen <redlizard@gentoo.org> | 2015-01-09 01:50:43 +0000 |
commit | 170ab7c9776664a5c506df46d05d11548863d9f8 (patch) | |
tree | f917147fec9938cf08816adff9cc57ee5503007b /dev-lisp | |
parent | add version 1.5.0 (diff) | |
download | gentoo-2-170ab7c9776664a5c506df46d05d11548863d9f8.tar.gz gentoo-2-170ab7c9776664a5c506df46d05d11548863d9f8.tar.bz2 gentoo-2-170ab7c9776664a5c506df46d05d11548863d9f8.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/uiop/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/uiop/uiop-3.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/uiop/ChangeLog b/dev-lisp/uiop/ChangeLog index 8cdde55b2643..1e49c57593c3 100644 --- a/dev-lisp/uiop/ChangeLog +++ b/dev-lisp/uiop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/uiop # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v 1.14 2015/01/09 00:25:59 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v 1.15 2015/01/09 01:50:43 redlizard Exp $ + + 09 Jan 2015; redlizard <redlizard@gentoo.org> uiop-3.1.4.ebuild: + Added prefix keywords. 09 Jan 2015; Mark Wright <gienah@gentoo.org> uiop-3.1.4.ebuild: Thanks to redlizard and jcdx for testing, add ~amd64-linux ~x64-macos to diff --git a/dev-lisp/uiop/uiop-3.1.4.ebuild b/dev-lisp/uiop/uiop-3.1.4.ebuild index b725134e0e98..bf51ebe1f0c9 100644 --- a/dev-lisp/uiop/uiop-3.1.4.ebuild +++ b/dev-lisp/uiop/uiop-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/uiop/uiop-3.1.4.ebuild,v 1.2 2015/01/09 00:25:59 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.1.4.ebuild,v 1.3 2015/01/09 01:50:43 redlizard 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 ~amd64-linux ~x64-macos" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND="~dev-lisp/asdf-${PV}" |