diff options
author | 2004-07-23 20:13:14 +0000 | |
---|---|---|
committer | 2004-07-23 20:13:14 +0000 | |
commit | d845b9ccf22a2a1e2f71bf0e6e89e930b4e33271 (patch) | |
tree | 9af71ffdfd0ebb143287fb0a6501f5705958e7d6 /app-text/unix2dos | |
parent | stable on ppc64 (Manifest recommit) (diff) | |
download | gentoo-2-d845b9ccf22a2a1e2f71bf0e6e89e930b4e33271.tar.gz gentoo-2-d845b9ccf22a2a1e2f71bf0e6e89e930b4e33271.tar.bz2 gentoo-2-d845b9ccf22a2a1e2f71bf0e6e89e930b4e33271.zip |
Added macos to KEYWORDS re bug #58102
Diffstat (limited to 'app-text/unix2dos')
-rw-r--r-- | app-text/unix2dos/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/unix2dos/unix2dos-2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/unix2dos/ChangeLog b/app-text/unix2dos/ChangeLog index 4ec772a2ce1c..b383b41830a2 100644 --- a/app-text/unix2dos/ChangeLog +++ b/app-text/unix2dos/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/unix2dos # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/ChangeLog,v 1.12 2004/07/16 02:02:27 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/ChangeLog,v 1.13 2004/07/23 20:13:14 erik_swanson Exp $ + + 23 Jul 2004; Erik Swanson <erik_swanson@gentoo.org> unix2dos-2.2.ebuild: + Added macos to KEYWORDS re bug #58102 15 Jul 2004; Tom Gall <tgall@gentoo.org> unix2dos-2.2.ebuild: stable on ppc64, bug #55546 diff --git a/app-text/unix2dos/unix2dos-2.2.ebuild b/app-text/unix2dos/unix2dos-2.2.ebuild index b52aff8fa448..955ecac6dc8b 100644 --- a/app-text/unix2dos/unix2dos-2.2.ebuild +++ b/app-text/unix2dos/unix2dos-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/unix2dos-2.2.ebuild,v 1.16 2004/07/16 02:02:27 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/unix2dos-2.2.ebuild,v 1.17 2004/07/23 20:13:14 erik_swanson Exp $ inherit gcc eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.src.tar.gz" LICENSE="freedist" SLOT="0" -KEYWORDS="x86 ppc alpha amd64 sparc hppa ~mips ppc64" +KEYWORDS="x86 ppc alpha amd64 sparc hppa ~mips ppc64 macos" IUSE="" DEPEND="" |