]> Pileus Git - ~andy/sunrise/commitdiff
added ~amd64, dodoc NEWS, updated DESCRIPTION
authorLars Tobias Borsting (larstobi) <lars.tobias.borsting@ntnu.no>
Sat, 13 Jan 2007 11:16:33 +0000 (11:16 +0000)
committerLars Tobias Borsting (larstobi) <lars.tobias.borsting@ntnu.no>
Sat, 13 Jan 2007 11:16:33 +0000 (11:16 +0000)
svn path=/sunrise/; revision=2738

app-admin/pwsafe/pwsafe-0.2.0.ebuild

index 63e9654b9a5eed64822ed17e25544951b9b9ece1..825e5ef9eae4e1ca41d195370990aeb976391c8c 100644 (file)
@@ -4,13 +4,13 @@
 
 inherit flag-o-matic
 
-DESCRIPTION="Manages encrypted password databases (compatible with Counterpane's Password Safe)."
+DESCRIPTION="Commandline program that manages encrypted password databases (compatible with Counterpane's Password Safe)"
 HOMEPAGE="http://nsd.dyndns.org/pwsafe/"
 SRC_URI="http://nsd.dyndns.org/pwsafe/releases/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
 IUSE=""
 
 DEPEND=""
@@ -24,7 +24,7 @@ src_compile() {
 
 src_install() {
        emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc README ChangeLog AUTHORS TODO
+       dodoc README ChangeLog AUTHORS TODO NEWS
        chmod +s "${D}/usr/bin/pwsafe"
 }