diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-27 11:50:08 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-27 11:50:08 +0000 |
commit | 712417e6975548a29dc35ba5b402fb8d4b9ec406 (patch) | |
tree | d704de9214de483363d4c2dac8a3542f4f833ff4 /app-text/pinfo | |
parent | Tweak the cvs.sh script so that it accepts autoconf 2.60. (diff) | |
download | gentoo-2-712417e6975548a29dc35ba5b402fb8d4b9ec406.tar.gz gentoo-2-712417e6975548a29dc35ba5b402fb8d4b9ec406.tar.bz2 gentoo-2-712417e6975548a29dc35ba5b402fb8d4b9ec406.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1.1_pre1-r3)
Diffstat (limited to 'app-text/pinfo')
-rw-r--r-- | app-text/pinfo/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pinfo/pinfo-0.6.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/pinfo/ChangeLog b/app-text/pinfo/ChangeLog index aa675a5e3928..4e44b7d447b3 100644 --- a/app-text/pinfo/ChangeLog +++ b/app-text/pinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pinfo # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.27 2006/06/26 22:44:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.28 2006/06/27 11:50:08 flameeyes Exp $ + + 27 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> pinfo-0.6.9.ebuild: + Add ~x86-fbsd keyword. 26 Jun 2006; Jeroen Roovers <jer@gentoo.org> +files/pinfo-0.6.9-as-needed.patch, pinfo-0.6.9.ebuild: diff --git a/app-text/pinfo/pinfo-0.6.9.ebuild b/app-text/pinfo/pinfo-0.6.9.ebuild index 2164ca673383..89948695a52b 100644 --- a/app-text/pinfo/pinfo-0.6.9.ebuild +++ b/app-text/pinfo/pinfo-0.6.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.9.ebuild,v 1.2 2006/06/26 22:44:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.9.ebuild,v 1.3 2006/06/27 11:50:08 flameeyes Exp $ inherit eutils autotools @@ -10,7 +10,7 @@ SRC_URI="https://alioth.debian.org/download.php/1498/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="nls readline" RDEPEND="sys-libs/ncurses |