diff options
author | Brad House <brad_mssw@gentoo.org> | 2004-01-04 22:46:11 +0000 |
---|---|---|
committer | Brad House <brad_mssw@gentoo.org> | 2004-01-04 22:46:11 +0000 |
commit | 1c7c37714672f65186505a035a409b4e2563a930 (patch) | |
tree | 6e8c685a56707c35cd6f62853fff6fb6538920c6 /media-gfx | |
parent | add bootsplash as a dep (diff) | |
download | gentoo-2-1c7c37714672f65186505a035a409b4e2563a930.tar.gz gentoo-2-1c7c37714672f65186505a035a409b4e2563a930.tar.bz2 gentoo-2-1c7c37714672f65186505a035a409b4e2563a930.zip |
mark stable on amd64
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/bootsplash/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/bootsplash/Manifest | 4 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6-r2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/media-gfx/bootsplash/ChangeLog b/media-gfx/bootsplash/ChangeLog index 86e27ac62cc2..3e59b1749379 100644 --- a/media-gfx/bootsplash/ChangeLog +++ b/media-gfx/bootsplash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/bootsplash # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.10 2003/10/24 23:53:28 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.11 2004/01/04 22:46:04 brad_mssw Exp $ + + 04 Jan 2004; Brad House <brad_mssw@gentoo.org> bootsplash-0.6-r2.ebuild: + mark stable on amd64 24 Oct 2003; Brad House <brad_mssw@gentoo.org> bootsplash-0.6-r2.ebuild: add ~amd64 flag diff --git a/media-gfx/bootsplash/Manifest b/media-gfx/bootsplash/Manifest index ea064dc104a1..7620cbea99af 100644 --- a/media-gfx/bootsplash/Manifest +++ b/media-gfx/bootsplash/Manifest @@ -1,5 +1,5 @@ -MD5 6ea2c3702448965d979d50fe0d75b943 ChangeLog 1581 +MD5 2a37d1b09129a25361170cd338312a16 ChangeLog 1680 MD5 d3809569b6a08794ed45afd240c1876c bootsplash-0.6-r1.ebuild 3346 -MD5 1f3d7c360f97d1718ac6869f9160e910 bootsplash-0.6-r2.ebuild 3399 +MD5 4733bcdd8e7b7510f9d5048ce08ee382 bootsplash-0.6-r2.ebuild 3398 MD5 3fa4a534a7a0b0dd84e1e99c032010b8 files/digest-bootsplash-0.6-r1 67 MD5 0bf6318b85e220548699e20dbb0b9390 files/digest-bootsplash-0.6-r2 70 diff --git a/media-gfx/bootsplash/bootsplash-0.6-r2.ebuild b/media-gfx/bootsplash/bootsplash-0.6-r2.ebuild index d8e25fcd95f9..7de9c775fee7 100644 --- a/media-gfx/bootsplash/bootsplash-0.6-r2.ebuild +++ b/media-gfx/bootsplash/bootsplash-0.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r2.ebuild,v 1.2 2003/10/24 23:53:28 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r2.ebuild,v 1.3 2004/01/04 22:46:04 brad_mssw Exp $ DESCRIPTION="Graphical backgrounds for frame buffer consoles" HOMEPAGE="http://linux.tkdack.com/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gentoo/bootsplash-${PV}-${PR}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86 amd64" S="${WORKDIR}/${PF}" |