diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-05 17:57:51 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-05 17:57:51 +0000 |
commit | 2a3504eb753bbc05a6bd82c2fb5b64c432ffd72b (patch) | |
tree | 72ff5fdbd53ab7621bdf057a51294bd1147c08ab /app-misc/ktoblzcheck | |
parent | according to beta2 configure.in.in, arts is required (diff) | |
download | gentoo-2-2a3504eb753bbc05a6bd82c2fb5b64c432ffd72b.tar.gz gentoo-2-2a3504eb753bbc05a6bd82c2fb5b64c432ffd72b.tar.bz2 gentoo-2-2a3504eb753bbc05a6bd82c2fb5b64c432ffd72b.zip |
~alpha keyword.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-misc/ktoblzcheck')
-rw-r--r-- | app-misc/ktoblzcheck/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/ktoblzcheck/ktoblzcheck-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/ktoblzcheck/ChangeLog b/app-misc/ktoblzcheck/ChangeLog index 20189c1fd61d..dae57dc21fc0 100644 --- a/app-misc/ktoblzcheck/ChangeLog +++ b/app-misc/ktoblzcheck/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/ktoblzcheck # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ChangeLog,v 1.14 2005/01/30 21:41:19 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ChangeLog,v 1.15 2005/02/05 17:57:51 kloeri Exp $ + + 05 Feb 2005; Bryan Østergaard <kloeri@gentoo.org> ktoblzcheck-1.2.ebuild: + ~alpha keyword. 30 Jan 2005; Jason Wever <weeve@gentoo.org> ktoblzcheck-1.2.ebuild: Added ~sparc keyword. diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.2.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.2.ebuild index 1b74682a0a51..e174b66be168 100644 --- a/app-misc/ktoblzcheck/ktoblzcheck-1.2.ebuild +++ b/app-misc/ktoblzcheck/ktoblzcheck-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.2.ebuild,v 1.2 2005/01/30 21:41:19 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.2.ebuild,v 1.3 2005/02/05 17:57:51 kloeri Exp $ DESCRIPTION="Library to check account numbers and bank codes of German banks" HOMEPAGE="http://ktoblzcheck.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/ktoblzcheck/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" IUSE="" RDEPEND="virtual/libc" |