diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-06 04:30:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-06 04:30:31 +0000 |
commit | 72516cf564fe1940695ef5c8e91c33ee7e5512ea (patch) | |
tree | 4e0bc289ada38d325346f2a2bf58709aecef2cdf /sys-apps | |
parent | old (diff) | |
download | gentoo-2-72516cf564fe1940695ef5c8e91c33ee7e5512ea.tar.gz gentoo-2-72516cf564fe1940695ef5c8e91c33ee7e5512ea.tar.bz2 gentoo-2-72516cf564fe1940695ef5c8e91c33ee7e5512ea.zip |
move to stable since this version only had an hppa-specific change
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/debianutils/debianutils-2.15-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/debianutils/debianutils-2.15-r1.ebuild b/sys-apps/debianutils/debianutils-2.15-r1.ebuild index 74cbce8a4415..472de2d728cd 100644 --- a/sys-apps/debianutils/debianutils-2.15-r1.ebuild +++ b/sys-apps/debianutils/debianutils-2.15-r1.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/sys-apps/debianutils/debianutils-2.15-r1.ebuild,v 1.1 2006/04/15 18:55:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-2.15-r1.ebuild,v 1.2 2006/07/06 04:30:31 vapier Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86" IUSE="static build" DEPEND="" |