diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-12-10 19:30:23 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-12-10 19:30:23 +0000 |
commit | 48a040118ebff38a9b6deabcea39b65ba903b0f4 (patch) | |
tree | 07f5ccdf312a922702d8f572bbb6fca7349d99b5 /sys-libs | |
parent | Version bump (minor bugfixes). (diff) | |
download | gentoo-2-48a040118ebff38a9b6deabcea39b65ba903b0f4.tar.gz gentoo-2-48a040118ebff38a9b6deabcea39b65ba903b0f4.tar.bz2 gentoo-2-48a040118ebff38a9b6deabcea39b65ba903b0f4.zip |
ppc stable, bug #201546
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/ss/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/ss/ss-1.40.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/ss/ChangeLog b/sys-libs/ss/ChangeLog index 0ca02c4bc740..af018e15da7b 100644 --- a/sys-libs/ss/ChangeLog +++ b/sys-libs/ss/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/ss # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ss/ChangeLog,v 1.41 2007/12/10 11:47:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ss/ChangeLog,v 1.42 2007/12/10 19:30:23 dertobi123 Exp $ + + 10 Dec 2007; Tobias Scherbaum <dertobi123@gentoo.org> ss-1.40.3.ebuild: + ppc stable, bug #201546 10 Dec 2007; Raúl Porcel <armin76@gentoo.org> ss-1.40.3.ebuild: alpha/ia64/sparc stable wrt security #201546 diff --git a/sys-libs/ss/ss-1.40.3.ebuild b/sys-libs/ss/ss-1.40.3.ebuild index 745ac65fc0cc..badf1f64b9c3 100644 --- a/sys-libs/ss/ss-1.40.3.ebuild +++ b/sys-libs/ss/ss-1.40.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ss/ss-1.40.3.ebuild,v 1.6 2007/12/10 11:47:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ss/ss-1.40.3.ebuild,v 1.7 2007/12/10 19:30:23 dertobi123 Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/e2fsprogs/e2fsprogs-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="nls" RDEPEND="~sys-libs/com_err-${PV}" |