diff options
author | 2010-01-02 11:43:10 +0000 | |
---|---|---|
committer | 2010-01-02 11:43:10 +0000 | |
commit | ce2b8191c991afb15f6d6f5b1105c3c5c0da12b6 (patch) | |
tree | 97e0c74b43bf141a44d6897b1ff1371d8de6da80 /app-text | |
parent | Transfer Prefix keywords (diff) | |
download | gentoo-2-ce2b8191c991afb15f6d6f5b1105c3c5c0da12b6.tar.gz gentoo-2-ce2b8191c991afb15f6d6f5b1105c3c5c0da12b6.tar.bz2 gentoo-2-ce2b8191c991afb15f6d6f5b1105c3c5c0da12b6.zip |
Transfer Prefix keywords
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/unix2dos/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/unix2dos/unix2dos-2.2-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-text/unix2dos/ChangeLog b/app-text/unix2dos/ChangeLog index b56aedb33fb0..a42cc9078a9b 100644 --- a/app-text/unix2dos/ChangeLog +++ b/app-text/unix2dos/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/unix2dos -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/ChangeLog,v 1.26 2008/09/11 03:11:05 vapier Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/ChangeLog,v 1.27 2010/01/02 11:43:10 fauli Exp $ + + 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + unix2dos-2.2-r1.ebuild: + Transfer Prefix keywords 11 Sep 2008; Mike Frysinger <vapier@gentoo.org> +files/unix2dos-2.2-headers.patch, unix2dos-2.2-r1.ebuild: diff --git a/app-text/unix2dos/unix2dos-2.2-r1.ebuild b/app-text/unix2dos/unix2dos-2.2-r1.ebuild index f31a466cb534..d9ec192b5eaf 100644 --- a/app-text/unix2dos/unix2dos-2.2-r1.ebuild +++ b/app-text/unix2dos/unix2dos-2.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/unix2dos/unix2dos-2.2-r1.ebuild,v 1.9 2008/09/11 03:11:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/unix2dos-2.2-r1.ebuild,v 1.10 2010/01/02 11:43:10 fauli Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.src.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" IUSE="" S=${WORKDIR} |