diff options
Diffstat (limited to 'gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20040927.ebuild')
-rw-r--r-- | gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20040927.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20040927.ebuild b/gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20040927.ebuild index 91834cadc760..50d15eb4fa76 100644 --- a/gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20040927.ebuild +++ b/gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20040927.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20040927.ebuild,v 1.2 2004/10/17 09:59:50 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/prefsmodule/prefsmodule-1.1.1_pre20040927.ebuild,v 1.3 2004/11/12 03:54:56 fafhrd Exp $ ECVS_CVS_COMMAND="cvs -q" ECVS_SERVER="savannah.gnu.org:/cvsroot/backbone" ECVS_USER="anoncvs" ECVS_AUTH="no" ECVS_MODULE="System" -ECVS_CO_OPTS="-D ${PV/*_pre}" -ECVS_UP_OPTS="-D ${PV/*_pre}" +ECVS_CO_OPTS="-P -D ${PV/*_pre}" +ECVS_UP_OPTS="-dP -D ${PV/*_pre}" ECVS_TOP_DIR="${DISTDIR}/cvs-src/savannah.gnu.org-backbone" inherit gnustep cvs @@ -26,3 +26,5 @@ IUSE="${IUSE}" DEPEND="${GS_DEPEND}" RDEPEND="${GS_RDEPEND}" +egnustep_install_domain "System" + |