diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-01-24 17:49:22 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-01-24 17:49:22 +0000 |
commit | b052620d7fc143205bd23e8497001e80735825a5 (patch) | |
tree | b4ba98ab743d869700e0adceb217fa0f9257dd85 /net-p2p/linuxdcpp | |
parent | Correct asm-2 dep which could have pulled different slot. (diff) | |
download | gentoo-2-b052620d7fc143205bd23e8497001e80735825a5.tar.gz gentoo-2-b052620d7fc143205bd23e8497001e80735825a5.tar.bz2 gentoo-2-b052620d7fc143205bd23e8497001e80735825a5.zip |
Add to p-mask the cvs version instead of -* as keywords
(Portage version: 2.1.2-r2)
Diffstat (limited to 'net-p2p/linuxdcpp')
-rw-r--r-- | net-p2p/linuxdcpp/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/linuxdcpp/linuxdcpp-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/linuxdcpp/ChangeLog b/net-p2p/linuxdcpp/ChangeLog index bdb7e9e2d382..d6e4f95c281e 100644 --- a/net-p2p/linuxdcpp/ChangeLog +++ b/net-p2p/linuxdcpp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/linuxdcpp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.3 2007/01/17 19:03:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.4 2007/01/24 17:49:22 armin76 Exp $ + + 24 Jan 2007; Raúl Porcel <armin76@gentoo.org> linuxdcpp-9999.ebuild: + Add to p-mask the cvs version instead of -* as keywords 17 Jan 2007; Raúl Porcel <armin76@gentoo.org> linuxdcpp-9999.ebuild, linuxdcpp-20070117.ebuild: diff --git a/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild b/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild index 78952c834c8a..02bd1297764f 100644 --- a/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild +++ b/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild,v 1.2 2007/01/17 19:03:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild,v 1.3 2007/01/24 17:49:22 armin76 Exp $ inherit cvs eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://linuxdcpp.berlios.de" SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-*" +KEYWORDS="~x86" IUSE="debug" ECVS_SERVER="cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp" |