diff options
Diffstat (limited to 'app-text/rman/rman-3.2.ebuild')
-rw-r--r-- | app-text/rman/rman-3.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/rman/rman-3.2.ebuild b/app-text/rman/rman-3.2.ebuild index 18ab950182ad..1f0d946266ee 100644 --- a/app-text/rman/rman-3.2.ebuild +++ b/app-text/rman/rman-3.2.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/rman/rman-3.2.ebuild,v 1.5 2006/01/05 04:10:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.2.ebuild,v 1.6 2006/01/06 02:20:41 tester Exp $ inherit eutils @@ -10,8 +10,9 @@ SRC_URI="mirror://sourceforge/polyglotman/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc-macos ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ~ppc-macos ~sh ~sparc ~x86" IUSE="" +RESTRICT="test" DEPEND="" |