diff options
author | Markus Meier <maekke@gentoo.org> | 2009-01-18 17:25:17 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-01-18 17:25:17 +0000 |
commit | 61a6ae9c8360a133a26b25843813251e5c72be36 (patch) | |
tree | 4834bfddadde378f62c9e73a03242bbc50ea593c /app-emacs | |
parent | amd64 stable, bug #254620 (diff) | |
download | historical-61a6ae9c8360a133a26b25843813251e5c72be36.tar.gz historical-61a6ae9c8360a133a26b25843813251e5c72be36.tar.bz2 historical-61a6ae9c8360a133a26b25843813251e5c72be36.zip |
amd64 stable, bug #254621
Package-Manager: portage-2.1.6.6/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/quilt-el/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/quilt-el/quilt-el-0.45.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/quilt-el/ChangeLog b/app-emacs/quilt-el/ChangeLog index 00345ecec374..900e253b1a54 100644 --- a/app-emacs/quilt-el/ChangeLog +++ b/app-emacs/quilt-el/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/quilt-el # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.7 2009/01/14 20:56:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.8 2009/01/18 17:25:17 maekke Exp $ + + 18 Jan 2009; Markus Meier <maekke@gentoo.org> quilt-el-0.45.4.ebuild: + amd64 stable, bug #254621 14 Jan 2009; Brent Baude <ranger@gentoo.org> quilt-el-0.45.4.ebuild: stable ppc64, bug 254621 diff --git a/app-emacs/quilt-el/quilt-el-0.45.4.ebuild b/app-emacs/quilt-el/quilt-el-0.45.4.ebuild index 663a871cb7d8..f409c08d3f86 100644 --- a/app-emacs/quilt-el/quilt-el-0.45.4.ebuild +++ b/app-emacs/quilt-el/quilt-el-0.45.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.45.4.ebuild,v 1.7 2009/01/14 20:56:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.45.4.ebuild,v 1.8 2009/01/18 17:25:17 maekke Exp $ inherit elisp eutils @@ -10,7 +10,7 @@ SRC_URI="http://stakeuchi.sakura.ne.jp/dev/quilt-el/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ppc64 sparc x86" +KEYWORDS="amd64 ~ppc ppc64 sparc x86" IUSE="" RDEPEND="dev-util/quilt" |