diff options
author | Markus Meier <maekke@gentoo.org> | 2009-05-31 16:20:32 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-05-31 16:20:32 +0000 |
commit | d0b259380758e861b4d5c61a29fe4f04a8864922 (patch) | |
tree | d2b501299eea7fa0388249d5c915c14f776ea0e7 /dev-util/quilt | |
parent | Diego is not an happy developer when his patches are dropped. Fix build, once... (diff) | |
download | gentoo-2-d0b259380758e861b4d5c61a29fe4f04a8864922.tar.gz gentoo-2-d0b259380758e861b4d5c61a29fe4f04a8864922.tar.bz2 gentoo-2-d0b259380758e861b4d5c61a29fe4f04a8864922.zip |
amd64/x86 stable, bug #271892
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/quilt')
-rw-r--r-- | dev-util/quilt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/quilt/quilt-0.48.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/quilt/ChangeLog b/dev-util/quilt/ChangeLog index 2ad402300ab5..b885c7e119a3 100644 --- a/dev-util/quilt/ChangeLog +++ b/dev-util/quilt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/quilt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/ChangeLog,v 1.43 2009/02/24 18:56:45 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/ChangeLog,v 1.44 2009/05/31 16:20:32 maekke Exp $ + + 31 May 2009; Markus Meier <maekke@gentoo.org> quilt-0.48.ebuild: + amd64/x86 stable, bug #271892 *quilt-0.48 (24 Feb 2009) diff --git a/dev-util/quilt/quilt-0.48.ebuild b/dev-util/quilt/quilt-0.48.ebuild index 68bd0f7b9994..8a85644fb12d 100644 --- a/dev-util/quilt/quilt-0.48.ebuild +++ b/dev-util/quilt/quilt-0.48.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/dev-util/quilt/quilt-0.48.ebuild,v 1.1 2009/02/24 18:56:45 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-0.48.ebuild,v 1.2 2009/05/31 16:20:32 maekke Exp $ inherit bash-completion eutils @@ -10,7 +10,7 @@ SRC_URI="http://savannah.nongnu.org/download/quilt/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" IUSE="emacs graphviz" RDEPEND="sys-apps/ed |