diff options
author | Brad House <brad_mssw@gentoo.org> | 2003-10-24 23:53:30 +0000 |
---|---|---|
committer | Brad House <brad_mssw@gentoo.org> | 2003-10-24 23:53:30 +0000 |
commit | d47485eb376830af1b934552f8f8d7a4ed770201 (patch) | |
tree | 49e2a184e65195fa2393483c5ee3c43b805d2c0b /media-gfx | |
parent | add ~amd64 flag (diff) | |
download | historical-d47485eb376830af1b934552f8f8d7a4ed770201.tar.gz historical-d47485eb376830af1b934552f8f8d7a4ed770201.tar.bz2 historical-d47485eb376830af1b934552f8f8d7a4ed770201.zip |
add ~amd64 flag
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 a312a8966f9c..86e27ac62cc2 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.9 2003/08/18 12:07:09 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.10 2003/10/24 23:53:28 brad_mssw Exp $ + + 24 Oct 2003; Brad House <brad_mssw@gentoo.org> bootsplash-0.6-r2.ebuild: + add ~amd64 flag *bootsplash-0.6-r2 (18 Aug 2003) diff --git a/media-gfx/bootsplash/Manifest b/media-gfx/bootsplash/Manifest index 5ccc41650199..ea064dc104a1 100644 --- a/media-gfx/bootsplash/Manifest +++ b/media-gfx/bootsplash/Manifest @@ -1,5 +1,5 @@ +MD5 6ea2c3702448965d979d50fe0d75b943 ChangeLog 1581 MD5 d3809569b6a08794ed45afd240c1876c bootsplash-0.6-r1.ebuild 3346 -MD5 ef1206992f8600d10b7848ed513d9eea bootsplash-0.6-r2.ebuild 3386 -MD5 a584ff7fd56d7a4b1f500405f07893fb ChangeLog 1480 +MD5 1f3d7c360f97d1718ac6869f9160e910 bootsplash-0.6-r2.ebuild 3399 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 53c2a729d80f..d8e25fcd95f9 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.1 2003/08/18 12:07:09 tad Exp $ +# $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 $ 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" +KEYWORDS="~x86 ~amd64" S="${WORKDIR}/${PF}" |