diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-07 18:11:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-07 18:11:50 +0000 |
commit | c7288c444413c677648da21972fae62e2a803820 (patch) | |
tree | b01fb606cbed0618a8f30377d4340468dca371a2 /app-admin/grubconfig | |
parent | Stable for AMD64, wrt bug #396757 (diff) | |
download | gentoo-2-c7288c444413c677648da21972fae62e2a803820.tar.gz gentoo-2-c7288c444413c677648da21972fae62e2a803820.tar.bz2 gentoo-2-c7288c444413c677648da21972fae62e2a803820.zip |
Stable for AMD64, wrt bug #396751
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/grubconfig')
-rw-r--r-- | app-admin/grubconfig/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/grubconfig/grubconfig-1.28-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-admin/grubconfig/ChangeLog b/app-admin/grubconfig/ChangeLog index 0909be8d8710..03d6a78241e8 100644 --- a/app-admin/grubconfig/ChangeLog +++ b/app-admin/grubconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/grubconfig -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/grubconfig/ChangeLog,v 1.18 2008/04/07 05:34:55 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/grubconfig/ChangeLog,v 1.19 2012/01/07 18:11:50 ago Exp $ + + 07 Jan 2012; Agostino Sarubbo <ago@gentoo.org> grubconfig-1.28-r1.ebuild: + Stable for AMD64, wrt bug #396751 *grubconfig-1.28-r1 (07 Apr 2008) diff --git a/app-admin/grubconfig/grubconfig-1.28-r1.ebuild b/app-admin/grubconfig/grubconfig-1.28-r1.ebuild index 5bb4700f6d5c..467046665d62 100644 --- a/app-admin/grubconfig/grubconfig-1.28-r1.ebuild +++ b/app-admin/grubconfig/grubconfig-1.28-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/grubconfig/grubconfig-1.28-r1.ebuild,v 1.1 2008/04/07 05:34:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/grubconfig/grubconfig-1.28-r1.ebuild,v 1.2 2012/01/07 18:11:50 ago Exp $ inherit multilib @@ -10,7 +10,7 @@ SRC_URI="http://www.tux.org/pub/people/kent-robotti/looplinux/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 ~x86" IUSE="" DEPEND=">=dev-util/dialog-0.7" |