diff options
-rw-r--r-- | app-arch/deb2targz/deb2targz-1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/deb2targz/deb2targz-1.ebuild b/app-arch/deb2targz/deb2targz-1.ebuild index a55f5f4e8863..7151eeb216db 100644 --- a/app-arch/deb2targz/deb2targz-1.ebuild +++ b/app-arch/deb2targz/deb2targz-1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/deb2targz/deb2targz-1.ebuild,v 1.11 2008/09/20 19:21:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/deb2targz/deb2targz-1.ebuild,v 1.12 2008/09/29 01:48:55 vapier Exp $ DESCRIPTION="Convert a .deb file to a .tar.gz archive" HOMEPAGE="http://www.miketaylor.org.uk/tech/deb/" @@ -8,7 +8,7 @@ SRC_URI="http://www.miketaylor.org.uk/tech/deb/${PN}" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86" IUSE="" DEPEND="" |