diff options
-rw-r--r-- | sys-apps/debianutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/debianutils/debianutils-2.15.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/debianutils/ChangeLog b/sys-apps/debianutils/ChangeLog index fc5505919730..95fae1f4f2d6 100644 --- a/sys-apps/debianutils/ChangeLog +++ b/sys-apps/debianutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/debianutils # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.53 2006/03/30 14:17:17 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.54 2006/03/30 15:36:02 gustavoz Exp $ + + 30 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> + debianutils-2.15.ebuild: + Stable on sparc wrt #127975 30 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> debianutils-2.15.ebuild: diff --git a/sys-apps/debianutils/debianutils-2.15.ebuild b/sys-apps/debianutils/debianutils-2.15.ebuild index 7cf6d4e45aa0..2b556fa7f2eb 100644 --- a/sys-apps/debianutils/debianutils-2.15.ebuild +++ b/sys-apps/debianutils/debianutils-2.15.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.ebuild,v 1.6 2006/03/30 14:17:17 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-2.15.ebuild,v 1.7 2006/03/30 15:36:02 gustavoz 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 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc-macos ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="static build" DEPEND="" |