diff options
author | 2010-01-15 04:10:04 +0000 | |
---|---|---|
committer | 2010-01-15 04:10:04 +0000 | |
commit | d9e8e6c62ce7b4f001632728fb727f94cce81e3b (patch) | |
tree | 3cd626f9ba6f00b0697d8f408c37950cde900619 /app-text/dos2unix | |
parent | Fix deps (diff) | |
download | historical-d9e8e6c62ce7b4f001632728fb727f94cce81e3b.tar.gz historical-d9e8e6c62ce7b4f001632728fb727f94cce81e3b.tar.bz2 historical-d9e8e6c62ce7b4f001632728fb727f94cce81e3b.zip |
Add prefix keywords
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'app-text/dos2unix')
-rw-r--r-- | app-text/dos2unix/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/dos2unix/dos2unix-3.1-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/dos2unix/ChangeLog b/app-text/dos2unix/ChangeLog index 7dc52d81d47e..77746f7e967a 100644 --- a/app-text/dos2unix/ChangeLog +++ b/app-text/dos2unix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/dos2unix -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.39 2009/12/28 18:43:55 robbat2 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.40 2010/01/15 04:02:22 abcd Exp $ + + 15 Jan 2010; Jonathan Callen <abcd@gentoo.org> dos2unix-3.1-r2.ebuild: + Add prefix keywords 28 Dec 2009; Robin H. Johnson <robbat2@gentoo.org> dos2unix-3.1-r2.ebuild: The COPYRIGHT file for dos2unix contains the 2-clause BSD license. diff --git a/app-text/dos2unix/dos2unix-3.1-r2.ebuild b/app-text/dos2unix/dos2unix-3.1-r2.ebuild index f0de7fbecf44..e1c1d0ee6f33 100644 --- a/app-text/dos2unix/dos2unix-3.1-r2.ebuild +++ b/app-text/dos2unix/dos2unix-3.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-3.1-r2.ebuild,v 1.13 2009/12/28 18:43:54 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-3.1-r2.ebuild,v 1.14 2010/01/15 04:02:22 abcd Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="BSD-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" IUSE="" DEPEND="" |