diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-02-09 09:26:33 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-02-09 09:26:33 +0000 |
commit | ce3e7fd3a6f76c9688d552764ab8f42637b6f228 (patch) | |
tree | 4b17a17b3700b2b9fb451b6270e03e8754600727 /app-office | |
parent | Added to ~ppc (diff) | |
download | gentoo-2-ce3e7fd3a6f76c9688d552764ab8f42637b6f228.tar.gz gentoo-2-ce3e7fd3a6f76c9688d552764ab8f42637b6f228.tar.bz2 gentoo-2-ce3e7fd3a6f76c9688d552764ab8f42637b6f228.zip |
added amd64 keyword.
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/scribus/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/scribus/scribus-1.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/scribus/ChangeLog b/app-office/scribus/ChangeLog index b576a3e56107..a9d6710fd9f4 100644 --- a/app-office/scribus/ChangeLog +++ b/app-office/scribus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/scribus # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/ChangeLog,v 1.26 2004/01/17 02:45:18 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/ChangeLog,v 1.27 2004/02/09 09:26:33 absinthe Exp $ + + 09 Feb 2004; Dylan Carlson <absinthe@gentoo.org> scribus-1.1.4.ebuild: + added amd64 keyword. 17 Jan 2004; Bartosch Pixa <darkspecter@gentoo.org> : manifest fix diff --git a/app-office/scribus/scribus-1.1.4.ebuild b/app-office/scribus/scribus-1.1.4.ebuild index 3b57b84d9404..c98a346dd7e4 100644 --- a/app-office/scribus/scribus-1.1.4.ebuild +++ b/app-office/scribus/scribus-1.1.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.1.4.ebuild,v 1.2 2004/01/16 21:01:33 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.1.4.ebuild,v 1.3 2004/02/09 09:26:33 absinthe Exp $ DESCRIPTION="Desktop Publishing (DTP) and Layout program for Linux." HOMEPAGE="http://web2.altmuehlnet.de/fschmid/" SRC_URI="http://web2.altmuehlnet.de/fschmid/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ppc ~sparc" +KEYWORDS="~x86 ppc ~sparc amd64" IUSE="kde" S=${WORKDIR}/${P} |