diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-01-26 14:30:16 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-01-26 14:30:16 +0000 |
commit | f7c9ac4b4e455ff17cae6674569255456425d430 (patch) | |
tree | 5774dadcbe1b03932c89f687341d9a8f4bead50d /app-misc | |
parent | Stable on sparc wrt security #155317 (diff) | |
download | gentoo-2-f7c9ac4b4e455ff17cae6674569255456425d430.tar.gz gentoo-2-f7c9ac4b4e455ff17cae6674569255456425d430.tar.bz2 gentoo-2-f7c9ac4b4e455ff17cae6674569255456425d430.zip |
amd64 stable, bug 163870
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/linux-logo/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/linux-logo/linux-logo-4.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/linux-logo/ChangeLog b/app-misc/linux-logo/ChangeLog index f7f92b918335..40a5b17e2612 100644 --- a/app-misc/linux-logo/ChangeLog +++ b/app-misc/linux-logo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/linux-logo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.36 2007/01/26 12:53:24 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.37 2007/01/26 14:30:16 beandog Exp $ + + 26 Jan 2007; Steve Dibb <beandog@gentoo.org> linux-logo-4.15.ebuild: + amd64 stable, bug 163870 26 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org> linux-logo-4.15.ebuild: diff --git a/app-misc/linux-logo/linux-logo-4.15.ebuild b/app-misc/linux-logo/linux-logo-4.15.ebuild index 2209b92a5375..b73ff577ce87 100644 --- a/app-misc/linux-logo/linux-logo-4.15.ebuild +++ b/app-misc/linux-logo/linux-logo-4.15.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/app-misc/linux-logo/linux-logo-4.15.ebuild,v 1.3 2007/01/26 12:53:24 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-4.15.ebuild,v 1.4 2007/01/26 14:30:16 beandog Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.deater.net/weave/vmwprod/linux_logo/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~mips ~ppc sparc x86" +KEYWORDS="amd64 ~hppa ~mips ~ppc sparc x86" IUSE="nls" RDEPEND="nls? ( virtual/libintl )" |