diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-08-25 18:06:52 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-08-25 18:06:52 +0000 |
commit | 68f7b5fc0e21d067ca03f14717bd4a4bc6e2ab33 (patch) | |
tree | a2b214974396e9cd7d81b2c3bc8ab3b265ff8ab4 /dev-util/quilt | |
parent | old (diff) | |
download | historical-68f7b5fc0e21d067ca03f14717bd4a4bc6e2ab33.tar.gz historical-68f7b5fc0e21d067ca03f14717bd4a4bc6e2ab33.tar.bz2 historical-68f7b5fc0e21d067ca03f14717bd4a4bc6e2ab33.zip |
amd64 stable
Package-Manager: portage-2.1.2.12
Diffstat (limited to 'dev-util/quilt')
-rw-r--r-- | dev-util/quilt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/quilt/quilt-0.46.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/quilt/ChangeLog b/dev-util/quilt/ChangeLog index 21c19e3780ab..ae6fe6b163df 100644 --- a/dev-util/quilt/ChangeLog +++ b/dev-util/quilt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/quilt # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/ChangeLog,v 1.28 2007/08/25 07:51:01 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/ChangeLog,v 1.29 2007/08/25 18:06:52 beandog Exp $ + + 25 Aug 2007; Steve Dibb <beandog@gentoo.org> quilt-0.46.ebuild: + amd64 stable 25 Aug 2007; Christian Heim <phreak@gentoo.org> quilt-0.46.ebuild: Marking the latest ebuild ~ppc64, as Luca marked 0.45. diff --git a/dev-util/quilt/quilt-0.46.ebuild b/dev-util/quilt/quilt-0.46.ebuild index d652ce8935d7..f77fdf2b99df 100644 --- a/dev-util/quilt/quilt-0.46.ebuild +++ b/dev-util/quilt/quilt-0.46.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/dev-util/quilt/quilt-0.46.ebuild,v 1.7 2007/08/25 07:51:01 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-0.46.ebuild,v 1.8 2007/08/25 18:06:52 beandog 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 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="graphviz" RDEPEND="sys-apps/ed |