diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-11-02 14:15:32 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-11-02 14:15:32 +0000 |
commit | 53dda9063b062c1c5924de5b0b80f4b4360250f7 (patch) | |
tree | fd952d63768a1fcdb8dbcbb6073d982ced4f030f /app-misc/linux-logo/linux-logo-5.02.ebuild | |
parent | Start after ntp-client and ntp, #197872 thanks to James Pattinson (diff) | |
download | gentoo-2-53dda9063b062c1c5924de5b0b80f4b4360250f7.tar.gz gentoo-2-53dda9063b062c1c5924de5b0b80f4b4360250f7.tar.bz2 gentoo-2-53dda9063b062c1c5924de5b0b80f4b4360250f7.zip |
amd64 stable, bug 197394
(Portage version: 2.1.3.16)
Diffstat (limited to 'app-misc/linux-logo/linux-logo-5.02.ebuild')
-rw-r--r-- | app-misc/linux-logo/linux-logo-5.02.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/linux-logo/linux-logo-5.02.ebuild b/app-misc/linux-logo/linux-logo-5.02.ebuild index 1255c28a7af3..c792a0871f80 100644 --- a/app-misc/linux-logo/linux-logo-5.02.ebuild +++ b/app-misc/linux-logo/linux-logo-5.02.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-5.02.ebuild,v 1.3 2007/10/29 10:44:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-5.02.ebuild,v 1.4 2007/11/02 14:15:32 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 ~ia64 ~mips ~ppc sparc x86" +KEYWORDS="amd64 hppa ~ia64 ~mips ~ppc sparc x86" IUSE="nls" RDEPEND="nls? ( virtual/libintl )" |