diff options
author | 2005-07-15 22:57:06 +0000 | |
---|---|---|
committer | 2005-07-15 22:57:06 +0000 | |
commit | ebf04e95e8dc293c44fa18fedd3bb3e41e19b1fd (patch) | |
tree | 541e05c8f5c9d289169614d1929f03fd5dd75fb5 /dev-lisp | |
parent | Fix bug number in ChangeLog. (diff) | |
download | gentoo-2-ebf04e95e8dc293c44fa18fedd3bb3e41e19b1fd.tar.gz gentoo-2-ebf04e95e8dc293c44fa18fedd3bb3e41e19b1fd.tar.bz2 gentoo-2-ebf04e95e8dc293c44fa18fedd3bb3e41e19b1fd.zip |
QA: New versions don't go directly to stable.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-uffi/cl-uffi-1.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/cl-uffi/cl-uffi-1.5.1.ebuild b/dev-lisp/cl-uffi/cl-uffi-1.5.1.ebuild index 48695b5893c1..b6cfcb8bddef 100644 --- a/dev-lisp/cl-uffi/cl-uffi-1.5.1.ebuild +++ b/dev-lisp/cl-uffi/cl-uffi-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-uffi/cl-uffi-1.5.1.ebuild,v 1.1 2005/07/15 21:48:08 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-uffi/cl-uffi-1.5.1.ebuild,v 1.2 2005/07/15 22:57:06 swegener Exp $ inherit common-lisp @@ -9,7 +9,7 @@ HOMEPAGE="http://uffi.med-info.com/" SRC_URI="http://files.b9.com/uffi/uffi-${PV}.tar.gz" LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" S=${WORKDIR}/uffi-${PV} |