diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-02 14:49:40 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-02 14:49:40 +0000 |
commit | 27393fa0c0fffe22be06da8d68904bc41874982b (patch) | |
tree | aa5bcde6a9235cd7f1cbd0fc2734583e1900323d /app-text | |
parent | Package masked latest ndiswrapper until I have tested it with hardware. (diff) | |
download | gentoo-2-27393fa0c0fffe22be06da8d68904bc41874982b.tar.gz gentoo-2-27393fa0c0fffe22be06da8d68904bc41874982b.tar.bz2 gentoo-2-27393fa0c0fffe22be06da8d68904bc41874982b.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/psutils/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/psutils/psutils-1.17.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/psutils/ChangeLog b/app-text/psutils/ChangeLog index d4b0a3643d1e..1ce2b9359ea9 100644 --- a/app-text/psutils/ChangeLog +++ b/app-text/psutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/psutils -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v 1.17 2005/06/27 03:22:28 j4rg0n Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v 1.18 2006/04/02 14:49:40 flameeyes Exp $ + + 02 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> psutils-1.17.ebuild: + Add ~x86-fbsd keyword. 27 Jun 2005; Lina Pezzella <j4rg0n@gentoo.org> psutils-1.17.ebuild: Stable ppc-macos diff --git a/app-text/psutils/psutils-1.17.ebuild b/app-text/psutils/psutils-1.17.ebuild index c97e04f724c8..156e40e8c883 100644 --- a/app-text/psutils/psutils-1.17.ebuild +++ b/app-text/psutils/psutils-1.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/psutils-1.17.ebuild,v 1.26 2005/06/27 03:22:28 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/psutils-1.17.ebuild,v 1.27 2006/04/02 14:49:40 flameeyes Exp $ DESCRIPTION="PostScript Utilities" HOMEPAGE="http://www.tardis.ed.ac.uk/~ajcd/psutils" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.enst.fr/pub/unix/a2ps/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 sparc x86 ~x86-fbsd" IUSE="" RDEPEND="virtual/libc" |