diff options
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/rl/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/rl/rl-0.2.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/rl/ChangeLog b/app-misc/rl/ChangeLog index 86fb3b834a31..f1cf7ff12ca5 100644 --- a/app-misc/rl/ChangeLog +++ b/app-misc/rl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/rl -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rl/ChangeLog,v 1.23 2007/07/17 17:47:50 swegener Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/rl/ChangeLog,v 1.24 2008/01/03 20:13:01 opfer Exp $ + + 03 Jan 2008; Christian Faulhammer <opfer@gentoo.org> rl-0.2.6.ebuild: + stable x86, bug 194329 *rl-0.2.6 (17 Jul 2007) diff --git a/app-misc/rl/rl-0.2.6.ebuild b/app-misc/rl/rl-0.2.6.ebuild index a23515080a6b..b829b96b0d2b 100644 --- a/app-misc/rl/rl-0.2.6.ebuild +++ b/app-misc/rl/rl-0.2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rl/rl-0.2.6.ebuild,v 1.1 2007/07/17 17:47:50 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rl/rl-0.2.6.ebuild,v 1.2 2008/01/03 20:13:01 opfer Exp $ DESCRIPTION="Randomize lines from text files or stdin" HOMEPAGE="http://ch.tudelft.nl/~arthur/rl/" @@ -8,7 +8,7 @@ SRC_URI="http://ch.tudelft.nl/~arthur/rl/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~mips ~ppc ~s390 ~sparc x86" IUSE="debug" DEPEND="" |