diff options
author | 2003-09-03 22:40:19 +0000 | |
---|---|---|
committer | 2003-09-03 22:40:19 +0000 | |
commit | ea96ac1fcc188e12980c2cb114c9aeda9f291631 (patch) | |
tree | d19b7ca4b588f44751a15eb61f0fc080469ff8e5 /app-vim/align | |
parent | New entry (diff) | |
download | historical-ea96ac1fcc188e12980c2cb114c9aeda9f291631.tar.gz historical-ea96ac1fcc188e12980c2cb114c9aeda9f291631.tar.bz2 historical-ea96ac1fcc188e12980c2cb114c9aeda9f291631.zip |
Added ~sparc to keywords to fix bug #27740.
Diffstat (limited to 'app-vim/align')
-rw-r--r-- | app-vim/align/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/align/Manifest | 4 | ||||
-rw-r--r-- | app-vim/align/align-21.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/align/ChangeLog b/app-vim/align/ChangeLog index 446264054915..0dcce638631a 100644 --- a/app-vim/align/ChangeLog +++ b/app-vim/align/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/align # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.2 2003/08/19 02:02:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.3 2003/09/03 22:39:27 weeve Exp $ + + 03 Sep 2003; Jason Wever <weeve@gentoo.org> align-21.ebuild: + Added ~sparc to keywords to fix bug #27740. 18 Aug 2003; Aron Griffis <agriffis@gentoo.org> align-21.ebuild: Mark stable on alpha and x86 diff --git a/app-vim/align/Manifest b/app-vim/align/Manifest index 487d0ce1db9e..f3b2e6fc8369 100644 --- a/app-vim/align/Manifest +++ b/app-vim/align/Manifest @@ -1,4 +1,4 @@ -MD5 53a626ee479e58ba00087715e708687b align-21.ebuild 414 -MD5 c1f15fa1453522d31da9ac99f273ff2b ChangeLog 625 +MD5 53235141cfa6887bac653b301601b96b ChangeLog 732 +MD5 a9093693f58f241bc3b7db7c7de37acb align-21.ebuild 418 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 0fbe8af1c65d1450e9dfd744bfe94702 files/digest-align-21 60 diff --git a/app-vim/align/align-21.ebuild b/app-vim/align/align-21.ebuild index a4a818ebb2d4..8d1ff276d218 100644 --- a/app-vim/align/align-21.ebuild +++ b/app-vim/align/align-21.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-21.ebuild,v 1.2 2003/08/19 02:02:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-21.ebuild,v 1.3 2003/09/03 22:39:27 weeve Exp $ inherit vim-plugin DESCRIPTION="vim plugin: commands and maps to help produce aligned text" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=294" LICENSE="vim" -KEYWORDS="x86 alpha" +KEYWORDS="x86 alpha ~sparc" |