diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-08-25 16:38:58 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-08-25 16:38:58 +0000 |
commit | f655380e9652147beb94c8b82904411ce11e140a (patch) | |
tree | 48f1aba6fa48ad6e8963b7dd6537cc6f046fd59b /app-misc | |
parent | Added c++ USE flag for dev-util/netbeans (diff) | |
download | gentoo-2-f655380e9652147beb94c8b82904411ce11e140a.tar.gz gentoo-2-f655380e9652147beb94c8b82904411ce11e140a.tar.bz2 gentoo-2-f655380e9652147beb94c8b82904411ce11e140a.zip |
amd64 stable
(Portage version: 2.1.2.12)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/linux-logo/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/linux-logo/linux-logo-4.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/linux-logo/ChangeLog b/app-misc/linux-logo/ChangeLog index e676c5315bf0..e70ae58cad78 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.47 2007/08/13 20:06:53 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.48 2007/08/25 16:38:58 beandog Exp $ + + 25 Aug 2007; Steve Dibb <beandog@gentoo.org> linux-logo-4.16.ebuild: + amd64 stable 13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> linux-logo-4.16.ebuild: diff --git a/app-misc/linux-logo/linux-logo-4.16.ebuild b/app-misc/linux-logo/linux-logo-4.16.ebuild index 009cca28a61a..37d8c821fbd9 100644 --- a/app-misc/linux-logo/linux-logo-4.16.ebuild +++ b/app-misc/linux-logo/linux-logo-4.16.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.16.ebuild,v 1.4 2007/08/13 20:06:53 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-4.16.ebuild,v 1.5 2007/08/25 16:38:58 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 )" |