diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-03-02 09:35:24 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-03-02 09:35:24 +0000 |
commit | 7c3d5c62da92d87a795b6645cf621a636d2295f0 (patch) | |
tree | 23993ae5b2368365ede5f4f816ff3ac8c36cba3e /app-arch/unp/unp-1.0.10.ebuild | |
parent | Fix has_version syntax, bug 168892 (diff) | |
download | gentoo-2-7c3d5c62da92d87a795b6645cf621a636d2295f0.tar.gz gentoo-2-7c3d5c62da92d87a795b6645cf621a636d2295f0.tar.bz2 gentoo-2-7c3d5c62da92d87a795b6645cf621a636d2295f0.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.2-r12)
Diffstat (limited to 'app-arch/unp/unp-1.0.10.ebuild')
-rw-r--r-- | app-arch/unp/unp-1.0.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/unp/unp-1.0.10.ebuild b/app-arch/unp/unp-1.0.10.ebuild index 591a8e5e1f5e..89fcbd1110b3 100644 --- a/app-arch/unp/unp-1.0.10.ebuild +++ b/app-arch/unp/unp-1.0.10.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-1.0.10.ebuild,v 1.4 2006/09/22 18:46:58 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-1.0.10.ebuild,v 1.5 2007/03/02 09:35:24 genstef Exp $ DESCRIPTION="Script for unpacking various file formats" HOMEPAGE="http://packages.qa.debian.org/u/unp.html" SRC_URI="mirror://debian/pool/main/u/unp/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc-macos ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~x86" IUSE="" DEPEND="dev-lang/perl" |