diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-28 13:22:19 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-28 13:22:19 +0000 |
commit | 7b3ddc9495447405e06c2a76447abda50a6dcacd (patch) | |
tree | 7ce112d84c28c1726cd1134b5ac2fdd7b3efe035 | |
parent | delete unnecessary cd command, spotted by gentoofan23 on bug 211165 (diff) | |
download | historical-7b3ddc9495447405e06c2a76447abda50a6dcacd.tar.gz historical-7b3ddc9495447405e06c2a76447abda50a6dcacd.tar.bz2 historical-7b3ddc9495447405e06c2a76447abda50a6dcacd.zip |
Re-add ~ppc keyword
Package-Manager: portage-2.1.4.4
-rw-r--r-- | app-text/notecase/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/notecase/Manifest | 4 | ||||
-rw-r--r-- | app-text/notecase/notecase-1.8.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-text/notecase/ChangeLog b/app-text/notecase/ChangeLog index c27b97c0780e..4b4eb3cfc58a 100644 --- a/app-text/notecase/ChangeLog +++ b/app-text/notecase/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/notecase # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/ChangeLog,v 1.14 2008/02/28 10:52:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/ChangeLog,v 1.15 2008/02/28 13:22:19 armin76 Exp $ + + 28 Feb 2008; Raúl Porcel <armin76@gentoo.org> notecase-1.8.1.ebuild: + Re-add ~ppc keyword *notecase-1.8.1 (28 Feb 2008) diff --git a/app-text/notecase/Manifest b/app-text/notecase/Manifest index e765d6132938..3a161dc528d8 100644 --- a/app-text/notecase/Manifest +++ b/app-text/notecase/Manifest @@ -1,5 +1,5 @@ AUX notecase-1.7.2-CFLAGS.patch 1203 RMD160 a89ccc160e7bee4c98bd92653700fe435d7c0d40 SHA1 b44420aa193f8c5023b7e754bd97010fbbde61af SHA256 53074fbf036c4944760764c6304735a63f5a64bfaa3eb6d4de0ab8b4da6a9890 DIST notecase-1.8.1_src.tar.gz 883359 RMD160 602ec3112ac1ff191aaa074cef2ddc06894e3757 SHA1 d19f09e781fc0d8552b20d4ae607110f00935751 SHA256 94f434f6e8c68136978fde763d375dd33e60676cc9d5737192b867318069c2f7 -EBUILD notecase-1.8.1.ebuild 1384 RMD160 b6508b633a9a8626b0b3b8d680243a81925ba23d SHA1 bfcd70de7357897cfd42c55b443b8227b6d451ca SHA256 775a1935fff3fb7c65b2244f507348b0dc6f5e2bc632ee476af3c9e4629031e0 -MISC ChangeLog 2619 RMD160 100c7753c60e0bedfc7a60fefc782d7ed99f9548 SHA1 7798eb9f9d60b5cc7388bb689bc835dde72ec59e SHA256 5f1117fd4152e8dc1e054163db722a0a94180df64677440cb3f81b83ab447b88 +EBUILD notecase-1.8.1.ebuild 1389 RMD160 6ae8070f6b218b056cd3d285483f0e1de7dd5828 SHA1 6727069ca63d9fd329211fa7c3aa280b8746dae9 SHA256 a24a91489d3a43539053ba53cd13c98033ddcc558cdbc581f81b81dca7f5873c +MISC ChangeLog 2714 RMD160 4ac65423b87645f4a009efd52a76138bd911ab74 SHA1 9ca89e001009f5a14fbe0129a13bd6a01d6db341 SHA256 a14b3ef0271e30e56e49d3cfd73f041c61326af2b756112251355f1ad27b41a8 MISC metadata.xml 223 RMD160 f88bcdebf752bcc3933b4159df5d8f9f7d487ca1 SHA1 4a17e70b26b3bba2ec6eddb403ff890bb8bcf13f SHA256 98c023870e5fbbcc4f050a192947b7b6bbd239041c9f921b3fbf64b03523019f diff --git a/app-text/notecase/notecase-1.8.1.ebuild b/app-text/notecase/notecase-1.8.1.ebuild index e458e7233d53..2304a8e90e8a 100644 --- a/app-text/notecase/notecase-1.8.1.ebuild +++ b/app-text/notecase/notecase-1.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/notecase-1.8.1.ebuild,v 1.1 2008/02/28 10:52:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/notecase-1.8.1.ebuild,v 1.2 2008/02/28 13:22:19 armin76 Exp $ inherit eutils fdo-mime @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}_src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="gnome nls" RDEPEND=">=x11-libs/gtk+-2.6" |