diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-22 12:01:31 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-22 12:01:31 +0000 |
commit | 7eda597de0c4bd95efcefc8fe123b609c8697914 (patch) | |
tree | 84791ea7630dd868a78e541fe3803770853248ce /app-text/nopaste | |
parent | Split patching and libraries rename on different functions, so that when not ... (diff) | |
download | gentoo-2-7eda597de0c4bd95efcefc8fe123b609c8697914.tar.gz gentoo-2-7eda597de0c4bd95efcefc8fe123b609c8697914.tar.bz2 gentoo-2-7eda597de0c4bd95efcefc8fe123b609c8697914.zip |
Add ~sparc-fbsd keyword.
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'app-text/nopaste')
-rw-r--r-- | app-text/nopaste/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/nopaste/nopaste-1992.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/nopaste/ChangeLog b/app-text/nopaste/ChangeLog index 214bcd971e94..5dee53dc07a4 100644 --- a/app-text/nopaste/ChangeLog +++ b/app-text/nopaste/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/nopaste # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/nopaste/ChangeLog,v 1.11 2006/10/15 02:54:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/nopaste/ChangeLog,v 1.12 2006/11/22 12:01:31 flameeyes Exp $ + + 22 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> nopaste-1992.ebuild: + Add ~sparc-fbsd keyword. *nopaste-1992 (15 Oct 2006) diff --git a/app-text/nopaste/nopaste-1992.ebuild b/app-text/nopaste/nopaste-1992.ebuild index 8d205d49317f..d6b5bc2d7f33 100644 --- a/app-text/nopaste/nopaste-1992.ebuild +++ b/app-text/nopaste/nopaste-1992.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/nopaste/nopaste-1992.ebuild,v 1.1 2006/10/15 02:54:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/nopaste/nopaste-1992.ebuild,v 1.2 2006/11/22 12:01:31 flameeyes Exp $ DESCRIPTION="command-line interface to rafb.net/paste" HOMEPAGE="http://gentoo.org/~agriffis/nopaste/" @@ -8,7 +8,7 @@ SRC_URI="${HOMEPAGE}/${P}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="X" DEPEND="" |