diff options
author | David Holm <dholm@gentoo.org> | 2005-07-04 07:45:40 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-07-04 07:45:40 +0000 |
commit | 2e1bcf96e071479c4001ecf31699ba88a41f9180 (patch) | |
tree | db05ba22ce24dbf43e9a101b3c7b97d3fb47a82c /x11-themes | |
parent | dump onto p2p herd (diff) | |
download | gentoo-2-2e1bcf96e071479c4001ecf31699ba88a41f9180.tar.gz gentoo-2-2e1bcf96e071479c4001ecf31699ba88a41f9180.tar.bz2 gentoo-2-2e1bcf96e071479c4001ecf31699ba88a41f9180.zip |
Added to ~ppc
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/tiblit/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/tiblit/tiblit-2.0_beta.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-themes/tiblit/ChangeLog b/x11-themes/tiblit/ChangeLog index d75e4030d7a6..bd9d5267e36c 100644 --- a/x11-themes/tiblit/ChangeLog +++ b/x11-themes/tiblit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/tiblit # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/tiblit/ChangeLog,v 1.4 2005/07/03 09:08:34 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/tiblit/ChangeLog,v 1.5 2005/07/04 07:45:40 dholm Exp $ + + 04 Jul 2005; David Holm <dholm@gentoo.org> tiblit-2.0_beta.ebuild: + Added to ~ppc. 03 Jul 2005; Konstantin Arkhipov <voxus@gentoo.org> +tiblit-2.0_beta.ebuild: Version bump. diff --git a/x11-themes/tiblit/tiblit-2.0_beta.ebuild b/x11-themes/tiblit/tiblit-2.0_beta.ebuild index 7c69b7cc3671..d5981a3a5830 100644 --- a/x11-themes/tiblit/tiblit-2.0_beta.ebuild +++ b/x11-themes/tiblit/tiblit-2.0_beta.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-themes/tiblit/tiblit-2.0_beta.ebuild,v 1.1 2005/07/03 09:08:34 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/tiblit/tiblit-2.0_beta.ebuild,v 1.2 2005/07/04 07:45:40 dholm Exp $ inherit kde need-kde 3.2 @@ -12,5 +12,5 @@ SRC_URI="mirror://sourceforge/${PN}/${P/_/-}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~ppc ~x86" S="${WORKDIR}/${P/_beta/}" |