diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-07-30 20:29:43 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-07-30 20:29:43 +0000 |
commit | 7b3165985e3c68528e63ff5b2fe387057c00f73a (patch) | |
tree | 81e21e49e7c6b0b1b3dbc99abf07dd2965a7c0a4 /x11-misc/hsetroot | |
parent | stable amd64 (diff) | |
download | historical-7b3165985e3c68528e63ff5b2fe387057c00f73a.tar.gz historical-7b3165985e3c68528e63ff5b2fe387057c00f73a.tar.bz2 historical-7b3165985e3c68528e63ff5b2fe387057c00f73a.zip |
~amd64
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-misc/hsetroot')
-rw-r--r-- | x11-misc/hsetroot/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/hsetroot/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/hsetroot/hsetroot-1.0.2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/hsetroot/ChangeLog b/x11-misc/hsetroot/ChangeLog index 824505eb6987..d9276ec4c717 100644 --- a/x11-misc/hsetroot/ChangeLog +++ b/x11-misc/hsetroot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/hsetroot # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/ChangeLog,v 1.4 2005/07/26 14:41:47 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/ChangeLog,v 1.5 2005/07/30 20:29:43 blubb Exp $ + + 30 Jul 2005; Simon Stelling <blubb@gentoo.org> hsetroot-1.0.2.ebuild: + added ~amd64 keyword 26 Jul 2005; David Holm <dholm@gentoo.org> hsetroot-1.0.2.ebuild: Added to ~ppc. diff --git a/x11-misc/hsetroot/Manifest b/x11-misc/hsetroot/Manifest index f1ad49cb95e0..f28e332a7b3c 100644 --- a/x11-misc/hsetroot/Manifest +++ b/x11-misc/hsetroot/Manifest @@ -1,4 +1,4 @@ -MD5 69d79b27d9821c7d37010544c4040cef ChangeLog 691 -MD5 6a9d87547257e07047826ae83ade146f hsetroot-1.0.2.ebuild 656 +MD5 944d26430e9828f875cbb412638c8d09 ChangeLog 787 +MD5 cdf3188ca95cab9619083a8b5c1dd70a hsetroot-1.0.2.ebuild 663 MD5 c089e4586127d0dda3396887446f8184 metadata.xml 1083 MD5 81d3ac08e2e1dac5362971e4649949fa files/digest-hsetroot-1.0.2 66 diff --git a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild index 467b26c91383..21adb8fc6184 100644 --- a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild +++ b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild,v 1.5 2005/07/26 14:41:47 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild,v 1.6 2005/07/30 20:29:43 blubb Exp $ IUSE="" DESCRIPTION="Tool which allows you to compose wallpapers ('root pixmaps') for X" @@ -13,7 +13,7 @@ DEPEND="virtual/x11 SLOT="0" LICENSE="GPL-2" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" src_compile() { econf || die |